Html Css Color HEX #F0C40B Golden Poppy

📋 copy color: '#F0C40B'

red 240 ◦ green 196 ◦ blue 11

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

Shades of Golden Poppy #F0C40B

Tints of Golden Poppy #F0C40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.85%

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

R = 53.69%
G = 43.85%
B = 2.46%

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

#F0C40B (or 0xF0C40B) is known color: Golden Poppy. HEX triplet: F0, C4 and 0B. RGB value is (240,196,11). Sum of RGB (Red+Green+Blue) = 240+196+11=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C40B is #0F3BF4. Grayscale: #BCBCBC. Windows color (decimal): -998389 or 771312. OLE color: 771312.

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

Color convert

RGB 240 196 11 -
CMYK 0 0.18 0.95 0.06
HSL 48.47º 0.91% 0.49% -
HSV(B) 48.47º 0.95% 0.94% -
XYZ 55.74 58.03 8.58 -
YUV 188.07 28.08 165.04 -
System Red Green Blue C M Y K H S L
Decimal 240 196 11 0 0.18 0.95 0.06 48.47 0.91 0.49
Hex F0 C4 B 0 12 5F 6 30 5B 31
Octal 360 304 13 0 22 137 6 60 133 61
Binary 11110000 11000100 1011 0 10010 1011111 110 110000 1011011 110001

Color Harmonies of #F0C40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C40B

Black with #F0C40B

Text Example


Text Example

White with #F0C40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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