Html Css Color HEX #F0C80A Golden Poppy

📋 copy color: '#F0C80A'

red 240 ◦ green 200 ◦ blue 10

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

Shades of Golden Poppy #F0C80A

Tints of Golden Poppy #F0C80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.22%

R = 53.33%
G = 44.44%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0C80A (or 0xF0C80A) is known color: Golden Poppy. HEX triplet: F0, C8 and 0A. RGB value is (240,200,10). Sum of RGB (Red+Green+Blue) = 240+200+10=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C80A is #0F37F5. Grayscale: #BFBFBF. Windows color (decimal): -997366 or 706800. OLE color: 706800.

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

Color convert

RGB 240 200 10 -
CMYK 0 0.17 0.96 0.06
HSL 49.57º 0.92% 0.49% -
HSV(B) 49.57º 0.96% 0.94% -
XYZ 56.64 59.86 8.86 -
YUV 190.3 26.25 163.45 -
System Red Green Blue C M Y K H S L
Decimal 240 200 10 0 0.17 0.96 0.06 49.57 0.92 0.49
Hex F0 C8 A 0 11 60 6 32 5C 31
Octal 360 310 12 0 21 140 6 62 134 61
Binary 11110000 11001000 1010 0 10001 1100000 110 110010 1011100 110001

Color Harmonies of #F0C80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C80A

Black with #F0C80A

Text Example


Text Example

White with #F0C80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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