Html Css Color HEX #F0C90B Golden Poppy

📋 copy color: '#F0C90B'

red 240 ◦ green 201 ◦ blue 11

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

Shades of Golden Poppy #F0C90B

Tints of Golden Poppy #F0C90B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.47%

 BLUE value IS 11 (4.69% from 255) = 2.43%

R = 53.1%
G = 44.47%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0C90B (or 0xF0C90B) is known color: Golden Poppy. HEX triplet: F0, C9 and 0B. RGB value is (240,201,11). Sum of RGB (Red+Green+Blue) = 240+201+11=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 11 (4.69% from 255 or 2.43% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C90B is #0F36F4. Grayscale: #BFBFBF. Windows color (decimal): -997109 or 772592. OLE color: 772592.

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

Color convert

RGB 240 201 11 -
CMYK 0 0.16 0.95 0.06
HSL 49.78º 0.91% 0.49% -
HSV(B) 49.78º 0.95% 0.94% -
XYZ 56.88 60.32 8.96 -
YUV 191 26.42 162.95 -
System Red Green Blue C M Y K H S L
Decimal 240 201 11 0 0.16 0.95 0.06 49.78 0.91 0.49
Hex F0 C9 B 0 10 5F 6 32 5B 31
Octal 360 311 13 0 20 137 6 62 133 61
Binary 11110000 11001001 1011 0 10000 1011111 110 110010 1011011 110001

Color Harmonies of #F0C90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C90B

Black with #F0C90B

Text Example


Text Example

White with #F0C90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C90B; }

 p { color: rgb(240,201,11); }

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

background-color css

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

 a { background-color: rgb(240,201,11); }

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

border-color css

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

 span { border-color: rgb(240,201,11); }

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