#F1D518

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

Shades of Broom #F1D518

Tints of Broom #F1D518

Color information

#F1D518 (or 0xF1D518) is unknown color: approx Broom. HEX triplet: F1, D5 and 18. RGB value is (241,213,24). Sum of RGB (Red+Green+Blue) = 241+213+24=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 24 (9.77% from 255 or 5.02% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D518 is #0E2AE7. Grayscale: #C8C8C8. Windows color (decimal): -928488 or 1627633. OLE color: 1627633.

HSL color Cylindrical-coordinate representation of color #F1D518: hue angle of 52.26º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1D518 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB24121324-
CMYK00.120.900.05
HSL52.26º88.57%51.96%-
HSV(B)52.26º90.04%94.51%-
XYZ60.2366.3610.5-
YUV199.8328.78157.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.42%
GREEN value IS 213 (83.59% from 255) = 44.56%
BLUE value IS 24 (9.77% from 255) = 5.02%
R=50.42%
G=44.56%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412132400.120.900.0552.2688.5751.96
HexF1D5180C5A5345934
Octal3613253001413256413164
Binary1111000111010101110000110010110101011101001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D518; }

 p { color: rgb(241,213,24); }

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

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

 a { background-color: rgb(241,213,24); }

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

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

 span { border-color: rgb(241,213,24); }

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