#F0B221

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

Shades of Gold Tips #F0B221

Tints of Gold Tips #F0B221

Color information

#F0B221 (or 0xF0B221) is unknown color: approx Gold Tips. HEX triplet: F0, B2 and 21. RGB value is (240,178,33). Sum of RGB (Red+Green+Blue) = 240+178+33=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0B221 is #0F4DDE. Grayscale: #B4B4B4. Windows color (decimal): -1002975 or 2208496. OLE color: 2208496.

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

Color convert

RGB24017833-
CMYK00.260.860.06
HSL42.03º87.34%53.53%-
HSV(B)42.03º86.25%94.12%-
XYZ52.1350.488.43-
YUV180.0145.04170.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.22%
GREEN value IS 178 (69.92% from 255) = 39.47%
BLUE value IS 33 (13.28% from 255) = 7.32%
R=53.22%
G=39.47%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401783300.260.860.0642.0387.3453.53
HexF0B22101A5662a5736
Octal3602624103212665212766
Binary111100001011001010000101101010101101101010101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B221; }

 p { color: rgb(240,178,33); }

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

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

 a { background-color: rgb(240,178,33); }

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

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

 span { border-color: rgb(240,178,33); }

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