#F0D214

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

Shades of Broom #F0D214

Tints of Broom #F0D214

Color information

#F0D214 (or 0xF0D214) is unknown color: approx Broom. HEX triplet: F0, D2 and 14. RGB value is (240,210,20). Sum of RGB (Red+Green+Blue) = 240+210+20=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D214 is #0F2DEB. Grayscale: #C6C6C6. Windows color (decimal): -994796 or 1364720. OLE color: 1364720.

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

Color convert

RGB24021020-
CMYK00.120.920.06
HSL51.82º88%50.98%-
HSV(B)51.82º91.67%94.12%-
XYZ59.1164.6710.03-
YUV197.3127.94158.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.06%
GREEN value IS 210 (82.42% from 255) = 44.68%
BLUE value IS 20 (8.20% from 255) = 4.26%
R=51.06%
G=44.68%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402102000.120.920.0651.828850.98
HexF0D2140C5C6345833
Octal3603222401413466413063
Binary1111000011010010101000110010111001101101001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D214; }

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

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

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

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

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

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

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

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