#F0D014

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

Shades of Broom #F0D014

Tints of Broom #F0D014

Color information

#F0D014 (or 0xF0D014) is unknown color: approx Broom. HEX triplet: F0, D0 and 14. RGB value is (240,208,20). Sum of RGB (Red+Green+Blue) = 240+208+20=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D014 is #0F2FEB. Grayscale: #C4C4C4. Windows color (decimal): -995308 or 1364208. OLE color: 1364208.

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

Color convert

RGB24020820-
CMYK00.130.920.06
HSL51.27º88%50.98%-
HSV(B)51.27º91.67%94.12%-
XYZ58.6263.699.87-
YUV196.1428.6159.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.28%
GREEN value IS 208 (81.64% from 255) = 44.44%
BLUE value IS 20 (8.20% from 255) = 4.27%
R=51.28%
G=44.44%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402082000.130.920.0651.278850.98
HexF0D0140D5C6335833
Octal3603202401513466313063
Binary1111000011010000101000110110111001101100111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D014; }

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

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

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

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

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

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

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

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