Html Css Color HEX #F0C40D Golden Poppy

📋 copy color: '#F0C40D'

red 240 ◦ green 196 ◦ blue 13

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

Shades of Golden Poppy #F0C40D

Tints of Golden Poppy #F0C40D

RGB

 RED value IS 240 (94.14% from 255) = 53.45%

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

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

R = 53.45%
G = 43.65%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0C40D (or 0xF0C40D) is known color: Golden Poppy. HEX triplet: F0, C4 and 0D. RGB value is (240,196,13). Sum of RGB (Red+Green+Blue) = 240+196+13=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C40D is #0F3BF2. Grayscale: #BDBDBD. Windows color (decimal): -998387 or 902384. OLE color: 902384.

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

Color convert

RGB 240 196 13 -
CMYK 0 0.18 0.95 0.06
HSL 48.37º 0.9% 0.5% -
HSV(B) 48.37º 0.95% 0.94% -
XYZ 55.75 58.03 8.64 -
YUV 188.29 29.08 164.88 -
System Red Green Blue C M Y K H S L
Decimal 240 196 13 0 0.18 0.95 0.06 48.37 0.9 0.5
Hex F0 C4 D 0 12 5F 6 30 5A 32
Octal 360 304 15 0 22 137 6 60 132 62
Binary 11110000 11000100 1101 0 10010 1011111 110 110000 1011010 110010

Color Harmonies of #F0C40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C40D

Black with #F0C40D

Text Example


Text Example

White with #F0C40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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