Html Css Color HEX #F0B021 Gold Tips

📋 copy color: '#F0B021'

red 240 ◦ green 176 ◦ blue 33

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

Shades of Gold Tips #F0B021

Tints of Gold Tips #F0B021

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.2%

 BLUE value IS 33 (13.28% from 255) = 7.35%

R = 53.45%
G = 39.2%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F0B021 (or 0xF0B021) is known color: Gold Tips. HEX triplet: F0, B0 and 21. RGB value is (240,176,33). Sum of RGB (Red+Green+Blue) = 240+176+33=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0B021 is #0F4FDE. Grayscale: #B3B3B3. Windows color (decimal): -1003487 or 2207984. OLE color: 2207984.

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

Color convert

RGB 240 176 33 -
CMYK 0 0.27 0.86 0.06
HSL 41.45º 0.87% 0.54% -
HSV(B) 41.45º 0.86% 0.94% -
XYZ 51.74 49.69 8.3 -
YUV 178.83 45.7 171.63 -
System Red Green Blue C M Y K H S L
Decimal 240 176 33 0 0.27 0.86 0.06 41.45 0.87 0.54
Hex F0 B0 21 0 1B 56 6 29 57 36
Octal 360 260 41 0 33 126 6 51 127 66
Binary 11110000 10110000 100001 0 11011 1010110 110 101001 1010111 110110

Color Harmonies of #F0B021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B021

Black with #F0B021

Text Example


Text Example

White with #F0B021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B021; }

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

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

background-color css

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

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

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

border-color css

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

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

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