#F0CA27

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

Shades of Broom #F0CA27

Tints of Broom #F0CA27

Color information

#F0CA27 (or 0xF0CA27) is unknown color: approx Broom. HEX triplet: F0, CA and 27. RGB value is (240,202,39). Sum of RGB (Red+Green+Blue) = 240+202+39=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 39 (15.62% from 255 or 8.11% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CA27 is #0F35D8. Grayscale: #C3C3C3. Windows color (decimal): -996825 or 2607856. OLE color: 2607856.

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

Color convert

RGB24020239-
CMYK00.160.840.06
HSL48.66º87.01%54.71%-
HSV(B)48.66º83.75%94.12%-
XYZ57.4260.9110.65-
YUV194.7840.09160.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.90%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 39 (15.62% from 255) = 8.11%
R=49.90%
G=42.00%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402023900.160.840.0648.6687.0154.71
HexF0CA27010546315737
Octal3603124702012466112767
Binary111100001100101010011101000010101001101100011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CA27; }

 p { color: rgb(240,202,39); }

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

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

 a { background-color: rgb(240,202,39); }

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

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

 span { border-color: rgb(240,202,39); }

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