Html Css Color HEX #F0C80B Golden Poppy

📋 copy color: '#F0C80B'

red 240 ◦ green 200 ◦ blue 11

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

Shades of Golden Poppy #F0C80B

Tints of Golden Poppy #F0C80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.35%

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

R = 53.22%
G = 44.35%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0C80B (or 0xF0C80B) is known color: Golden Poppy. HEX triplet: F0, C8 and 0B. RGB value is (240,200,11). Sum of RGB (Red+Green+Blue) = 240+200+11=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 11 (4.69% from 255 or 2.44% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C80B is #0F37F4. Grayscale: #BFBFBF. Windows color (decimal): -997365 or 772336. OLE color: 772336.

HSL color Cylindrical-coordinate representation of color #F0C80B: hue angle of 49.52º 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 #F0C80B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 200 11 -
CMYK 0 0.17 0.95 0.06
HSL 49.52º 0.91% 0.49% -
HSV(B) 49.52º 0.95% 0.94% -
XYZ 56.65 59.86 8.88 -
YUV 190.41 26.75 163.37 -
System Red Green Blue C M Y K H S L
Decimal 240 200 11 0 0.17 0.95 0.06 49.52 0.91 0.49
Hex F0 C8 B 0 11 5F 6 32 5B 31
Octal 360 310 13 0 21 137 6 62 133 61
Binary 11110000 11001000 1011 0 10001 1011111 110 110010 1011011 110001

Color Harmonies of #F0C80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C80B

Black with #F0C80B

Text Example


Text Example

White with #F0C80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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