#F0CB1F

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

Shades of Broom #F0CB1F

Tints of Broom #F0CB1F

Color information

#F0CB1F (or 0xF0CB1F) is unknown color: approx Broom. HEX triplet: F0, CB and 1F. RGB value is (240,203,31). Sum of RGB (Red+Green+Blue) = 240+203+31=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 31 (12.5% from 255 or 6.54% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CB1F is #0F34E0. Grayscale: #C3C3C3. Windows color (decimal): -996577 or 2083824. OLE color: 2083824.

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

Color convert

RGB24020331-
CMYK00.150.870.06
HSL49.38º87.45%53.14%-
HSV(B)49.38º87.08%94.12%-
XYZ57.5461.3410.1-
YUV194.4635.76160.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.63%
GREEN value IS 203 (79.69% from 255) = 42.83%
BLUE value IS 31 (12.5% from 255) = 6.54%
R=50.63%
G=42.83%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402033100.150.870.0649.3887.4553.14
HexF0CB1F0F576315735
Octal3603133701712766112765
Binary1111000011001011111110111110101111101100011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CB1F; }

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

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

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

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

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

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

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

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