Html Css Color HEX #F2C20E Golden Poppy

📋 copy color: '#F2C20E'

red 242 ◦ green 194 ◦ blue 14

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

Shades of Golden Poppy #F2C20E

Tints of Golden Poppy #F2C20E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.11%

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

R = 53.78%
G = 43.11%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2C20E (or 0xF2C20E) is known color: Golden Poppy. HEX triplet: F2, C2 and 0E. RGB value is (242,194,14). Sum of RGB (Red+Green+Blue) = 242+194+14=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C20E is #0D3DF1. Grayscale: #BCBCBC. Windows color (decimal): -867826 or 967410. OLE color: 967410.

HSL color Cylindrical-coordinate representation of color #F2C20E: hue angle of 47.37º 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 #F2C20E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 194 14 -
CMYK 0 0.20 0.94 0.05
HSL 47.37º 0.9% 0.5% -
HSV(B) 47.37º 0.94% 0.95% -
XYZ 55.99 57.49 8.56 -
YUV 187.83 29.9 166.64 -
System Red Green Blue C M Y K H S L
Decimal 242 194 14 0 0.20 0.94 0.05 47.37 0.9 0.5
Hex F2 C2 E 0 14 5E 5 2F 5A 32
Octal 362 302 16 0 24 136 5 57 132 62
Binary 11110010 11000010 1110 0 10100 1011110 101 101111 1011010 110010

Color Harmonies of #F2C20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C20E

Black with #F2C20E

Text Example


Text Example

White with #F2C20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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