Html Css Color HEX #F2C50E Golden Poppy

📋 copy color: '#F2C50E'

red 242 ◦ green 197 ◦ blue 14

#F2C50E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Poppy #F2C50E

Tints of Golden Poppy #F2C50E

RGB

 RED value IS 242 (94.92% from 255) = 53.42%

 GREEN value IS 197 (77.34% from 255) = 43.49%

 BLUE value IS 14 (5.86% from 255) = 3.09%

R = 53.42%
G = 43.49%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2C50E (or 0xF2C50E) is known color: Golden Poppy. HEX triplet: F2, C5 and 0E. RGB value is (242,197,14). Sum of RGB (Red+Green+Blue) = 242+197+14=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 14 (5.86% from 255 or 3.09% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C50E is #0D3AF1. Grayscale: #BEBEBE. Windows color (decimal): -867058 or 968178. OLE color: 968178.

HSL color Cylindrical-coordinate representation of color #F2C50E: hue angle of 48.16º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2C50E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 197 14 -
CMYK 0 0.19 0.94 0.05
HSL 48.16º 0.9% 0.5% -
HSV(B) 48.16º 0.94% 0.95% -
XYZ 56.66 58.84 8.79 -
YUV 189.59 28.91 165.38 -
System Red Green Blue C M Y K H S L
Decimal 242 197 14 0 0.19 0.94 0.05 48.16 0.9 0.5
Hex F2 C5 E 0 13 5E 5 30 5A 32
Octal 362 305 16 0 23 136 5 60 132 62
Binary 11110010 11000101 1110 0 10011 1011110 101 110000 1011010 110010

Color Harmonies of #F2C50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C50E

Black with #F2C50E

Text Example


Text Example

White with #F2C50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C50E; }

 p { color: rgb(242,197,14); }

 H1.HeaderClassName
 {
   color: #F2C50E;
 }
 .AnyTagClassName
 {
   color: #F2C50E;
 }
</style>

background-color css

<style>
 a { background-color: #F2C50E; }

 a { background-color: rgb(242,197,14); }

 div.DivClassName
 {
   background-color: #F2C50E;
 }
 .BgClassName
 {
   background-color: #F2C50E;
 }
</style>

border-color css

<style>
 span { border-color: #F2C50E; }

 span { border-color: rgb(242,197,14); }

 td.TdClassName
 {
   border-color: #F2C50E;
 }
 .TagClassName
 {
   border-color: #F2C50E;
 }
</style>