#F0D21F

Color #F0D21F Broom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Broom #F0D21F

Tints of Broom #F0D21F

Color information

#F0D21F (or 0xF0D21F) is unknown color: approx Broom. HEX triplet: F0, D2 and 1F. RGB value is (240,210,31). Sum of RGB (Red+Green+Blue) = 240+210+31=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 31 (12.5% from 255 or 6.44% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D21F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D21F is #0F2DE0. Grayscale: #C7C7C7. Windows color (decimal): -994785 or 2085616. OLE color: 2085616.

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

Color convert

RGB24021031-
CMYK00.120.870.06
HSL51.39º87.45%53.14%-
HSV(B)51.39º87.08%94.12%-
XYZ59.2364.7210.67-
YUV198.5633.44157.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.90%
GREEN value IS 210 (82.42% from 255) = 43.66%
BLUE value IS 31 (12.5% from 255) = 6.44%
R=49.90%
G=43.66%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402103100.120.870.0651.3987.4553.14
HexF0D21F0C576335735
Octal3603223701412766312765
Binary1111000011010010111110110010101111101100111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D21F; }

 p { color: rgb(240,210,31); }

 H1.HeaderClassName
 {
   color: #F0D21F;
 }
 .AnyTagClassName
 {
   color: #F0D21F;
 }
</style>
background-color css

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

 a { background-color: rgb(240,210,31); }

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

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

 span { border-color: rgb(240,210,31); }

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