Html Css Color HEX #FBA620 Dark Tangerine

📋 copy color: '#FBA620'

red 251 ◦ green 166 ◦ blue 32

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

Shades of Dark Tangerine #FBA620

Tints of Dark Tangerine #FBA620

RGB

 RED value IS 251 (98.44% from 255) = 55.9%

 GREEN value IS 166 (65.23% from 255) = 36.97%

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

R = 55.9%
G = 36.97%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FBA620 (or 0xFBA620) is known color: Dark Tangerine. HEX triplet: FB, A6 and 20. RGB value is (251,166,32). Sum of RGB (Red+Green+Blue) = 251+166+32=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA620 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA620 is #0459DF. Grayscale: #B0B0B0. Windows color (decimal): -285152 or 2139899. OLE color: 2139899.

HSL color Cylindrical-coordinate representation of color #FBA620: hue angle of 36.71º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBA620 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 166 32 -
CMYK 0 0.34 0.87 0.02
HSL 36.71º 0.96% 0.55% -
HSV(B) 36.71º 0.87% 0.98% -
XYZ 53.68 47.89 7.78 -
YUV 176.14 46.66 181.4 -
System Red Green Blue C M Y K H S L
Decimal 251 166 32 0 0.34 0.87 0.02 36.71 0.96 0.55
Hex FB A6 20 0 22 57 2 25 60 37
Octal 373 246 40 0 42 127 2 45 140 67
Binary 11111011 10100110 100000 0 100010 1010111 10 100101 1100000 110111

Color Harmonies of #FBA620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA620

Black with #FBA620

Text Example


Text Example

White with #FBA620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA620; }

 p { color: rgb(251,166,32); }

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

background-color css

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

 a { background-color: rgb(251,166,32); }

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

border-color css

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

 span { border-color: rgb(251,166,32); }

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