#F0D622

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

Shades of Broom #F0D622

Tints of Broom #F0D622

Color information

#F0D622 (or 0xF0D622) is unknown color: approx Broom. HEX triplet: F0, D6 and 22. RGB value is (240,214,34). Sum of RGB (Red+Green+Blue) = 240+214+34=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 34 (13.67% from 255 or 6.97% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D622 is #0F29DD. Grayscale: #CACACA. Windows color (decimal): -993758 or 2283248. OLE color: 2283248.

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

Color convert

RGB24021434-
CMYK00.110.860.06
HSL52.43º87.29%53.73%-
HSV(B)52.43º85.83%94.12%-
XYZ60.2766.7311.22-
YUV201.2533.61155.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.18%
GREEN value IS 214 (83.98% from 255) = 43.85%
BLUE value IS 34 (13.67% from 255) = 6.97%
R=49.18%
G=43.85%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402143400.110.860.0652.4387.2953.73
HexF0D6220B566345736
Octal3603264201312666412766
Binary11110000110101101000100101110101101101101001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D622; }

 p { color: rgb(240,214,34); }

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

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

 a { background-color: rgb(240,214,34); }

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

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

 span { border-color: rgb(240,214,34); }

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