Html Css Color HEX #FBA520 Dark Tangerine

📋 copy color: '#FBA520'

red 251 ◦ green 165 ◦ blue 32

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

Shades of Dark Tangerine #FBA520

Tints of Dark Tangerine #FBA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.83%

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

R = 56.03%
G = 36.83%
B = 7.14%

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

#FBA520 (or 0xFBA520) is known color: Dark Tangerine. HEX triplet: FB, A5 and 20. RGB value is (251,165,32). Sum of RGB (Red+Green+Blue) = 251+165+32=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA520 is #045ADF. Grayscale: #B0B0B0. Windows color (decimal): -285408 or 2139643. OLE color: 2139643.

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

Color convert

RGB 251 165 32 -
CMYK 0 0.34 0.87 0.02
HSL 36.44º 0.96% 0.55% -
HSV(B) 36.44º 0.87% 0.98% -
XYZ 53.5 47.52 7.72 -
YUV 175.55 46.99 181.81 -
System Red Green Blue C M Y K H S L
Decimal 251 165 32 0 0.34 0.87 0.02 36.44 0.96 0.55
Hex FB A5 20 0 22 57 2 24 60 37
Octal 373 245 40 0 42 127 2 44 140 67
Binary 11111011 10100101 100000 0 100010 1010111 10 100100 1100000 110111

Color Harmonies of #FBA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA520

Black with #FBA520

Text Example


Text Example

White with #FBA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA520; }

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

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

background-color css

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

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

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

border-color css

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

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

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