Html Css Color HEX #F0C60B Golden Poppy

📋 copy color: '#F0C60B'

red 240 ◦ green 198 ◦ blue 11

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

Shades of Golden Poppy #F0C60B

Tints of Golden Poppy #F0C60B

RGB

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

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

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

R = 53.45%
G = 44.1%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0C60B (or 0xF0C60B) is known color: Golden Poppy. HEX triplet: F0, C6 and 0B. RGB value is (240,198,11). Sum of RGB (Red+Green+Blue) = 240+198+11=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C60B is #0F39F4. Grayscale: #BEBEBE. Windows color (decimal): -997877 or 771824. OLE color: 771824.

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

Color convert

RGB 240 198 11 -
CMYK 0 0.18 0.95 0.06
HSL 49º 0.91% 0.49% -
HSV(B) 49º 0.95% 0.94% -
XYZ 56.19 58.94 8.73 -
YUV 189.24 27.41 164.21 -
System Red Green Blue C M Y K H S L
Decimal 240 198 11 0 0.18 0.95 0.06 49 0.91 0.49
Hex F0 C6 B 0 12 5F 6 31 5B 31
Octal 360 306 13 0 22 137 6 61 133 61
Binary 11110000 11000110 1011 0 10010 1011111 110 110001 1011011 110001

Color Harmonies of #F0C60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C60B

Black with #F0C60B

Text Example


Text Example

White with #F0C60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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