Html Css Color HEX #F2C40D Golden Poppy

📋 copy color: '#F2C40D'

red 242 ◦ green 196 ◦ blue 13

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

Shades of Golden Poppy #F2C40D

Tints of Golden Poppy #F2C40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.46%

 BLUE value IS 13 (5.47% from 255) = 2.88%

R = 53.66%
G = 43.46%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2C40D (or 0xF2C40D) is known color: Golden Poppy. HEX triplet: F2, C4 and 0D. RGB value is (242,196,13). Sum of RGB (Red+Green+Blue) = 242+196+13=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C40D is #0D3BF2. Grayscale: #BDBDBD. Windows color (decimal): -867315 or 902386. OLE color: 902386.

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

Color convert

RGB 242 196 13 -
CMYK 0 0.19 0.95 0.05
HSL 47.95º 0.9% 0.5% -
HSV(B) 47.95º 0.95% 0.95% -
XYZ 56.43 58.39 8.68 -
YUV 188.89 28.74 165.88 -
System Red Green Blue C M Y K H S L
Decimal 242 196 13 0 0.19 0.95 0.05 47.95 0.9 0.5
Hex F2 C4 D 0 13 5F 5 30 5A 32
Octal 362 304 15 0 23 137 5 60 132 62
Binary 11110010 11000100 1101 0 10011 1011111 101 110000 1011010 110010

Color Harmonies of #F2C40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C40D

Black with #F2C40D

Text Example


Text Example

White with #F2C40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C40D; }

 p { color: rgb(242,196,13); }

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

background-color css

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

 a { background-color: rgb(242,196,13); }

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

border-color css

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

 span { border-color: rgb(242,196,13); }

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