Html Css Color HEX #F0C00A Golden Poppy

📋 copy color: '#F0C00A'

red 240 ◦ green 192 ◦ blue 10

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

Shades of Golden Poppy #F0C00A

Tints of Golden Poppy #F0C00A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.44%

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

R = 54.3%
G = 43.44%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0C00A (or 0xF0C00A) is known color: Golden Poppy. HEX triplet: F0, C0 and 0A. RGB value is (240,192,10). Sum of RGB (Red+Green+Blue) = 240+192+10=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C00A is #0F3FF5. Grayscale: #BABABA. Windows color (decimal): -999414 or 704752. OLE color: 704752.

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

Color convert

RGB 240 192 10 -
CMYK 0 0.20 0.96 0.06
HSL 47.48º 0.92% 0.49% -
HSV(B) 47.48º 0.96% 0.94% -
XYZ 54.84 56.25 8.25 -
YUV 185.6 28.9 166.8 -
System Red Green Blue C M Y K H S L
Decimal 240 192 10 0 0.20 0.96 0.06 47.48 0.92 0.49
Hex F0 C0 A 0 14 60 6 2F 5C 31
Octal 360 300 12 0 24 140 6 57 134 61
Binary 11110000 11000000 1010 0 10100 1100000 110 101111 1011100 110001

Color Harmonies of #F0C00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C00A

Black with #F0C00A

Text Example


Text Example

White with #F0C00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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