Html Css Color HEX #F0C608 Golden Poppy

📋 copy color: '#F0C608'

red 240 ◦ green 198 ◦ blue 8

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

Shades of Golden Poppy #F0C608

Tints of Golden Poppy #F0C608

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.39%

 BLUE value IS 8 (3.52% from 255) = 1.79%

R = 53.81%
G = 44.39%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0C608 (or 0xF0C608) is known color: Golden Poppy. HEX triplet: F0, C6 and 08. RGB value is (240,198,8). Sum of RGB (Red+Green+Blue) = 240+198+8=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C608 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C608 is #0F39F7. Grayscale: #BDBDBD. Windows color (decimal): -997880 or 575216. OLE color: 575216.

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

Color convert

RGB 240 198 8 -
CMYK 0 0.18 0.97 0.06
HSL 49.14º 0.94% 0.49% -
HSV(B) 49.14º 0.97% 0.94% -
XYZ 56.17 58.93 8.64 -
YUV 188.9 25.91 164.45 -
System Red Green Blue C M Y K H S L
Decimal 240 198 8 0 0.18 0.97 0.06 49.14 0.94 0.49
Hex F0 C6 8 0 12 61 6 31 5E 31
Octal 360 306 10 0 22 141 6 61 136 61
Binary 11110000 11000110 1000 0 10010 1100001 110 110001 1011110 110001

Color Harmonies of #F0C608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C608

Black with #F0C608

Text Example


Text Example

White with #F0C608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C608; }

 p { color: rgb(240,198,8); }

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

background-color css

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

 a { background-color: rgb(240,198,8); }

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

border-color css

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

 span { border-color: rgb(240,198,8); }

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