Html Css Color HEX #F0B220 Gold Tips

📋 copy color: '#F0B220'

red 240 ◦ green 178 ◦ blue 32

#F0B220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Tips #F0B220

Tints of Gold Tips #F0B220

RGB

 RED value IS 240 (94.14% from 255) = 53.33%

 GREEN value IS 178 (69.92% from 255) = 39.56%

 BLUE value IS 32 (12.89% from 255) = 7.11%

R = 53.33%
G = 39.56%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0B220 (or 0xF0B220) is known color: Gold Tips. HEX triplet: F0, B2 and 20. RGB value is (240,178,32). Sum of RGB (Red+Green+Blue) = 240+178+32=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0B220 is #0F4DDF. Grayscale: #B4B4B4. Windows color (decimal): -1002976 or 2142960. OLE color: 2142960.

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

Color convert

RGB 240 178 32 -
CMYK 0 0.26 0.87 0.06
HSL 42.12º 0.87% 0.53% -
HSV(B) 42.12º 0.87% 0.94% -
XYZ 52.12 50.47 8.36 -
YUV 179.89 44.54 170.87 -
System Red Green Blue C M Y K H S L
Decimal 240 178 32 0 0.26 0.87 0.06 42.12 0.87 0.53
Hex F0 B2 20 0 1A 57 6 2A 57 35
Octal 360 262 40 0 32 127 6 52 127 65
Binary 11110000 10110010 100000 0 11010 1010111 110 101010 1010111 110101

Color Harmonies of #F0B220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B220

Black with #F0B220

Text Example


Text Example

White with #F0B220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B220; }

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

 H1.HeaderClassName
 {
   color: #F0B220;
 }
 .AnyTagClassName
 {
   color: #F0B220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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