Html Css Color HEX #FBA116 Dark Tangerine

📋 copy color: '#FBA116'

red 251 ◦ green 161 ◦ blue 22

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

Shades of Dark Tangerine #FBA116

Tints of Dark Tangerine #FBA116

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.1%

 BLUE value IS 22 (8.98% from 255) = 5.07%

R = 57.83%
G = 37.1%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FBA116 (or 0xFBA116) is known color: Dark Tangerine. HEX triplet: FB, A1 and 16. RGB value is (251,161,22). Sum of RGB (Red+Green+Blue) = 251+161+22=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA116 is #045EE9. Grayscale: #ACACAC. Windows color (decimal): -286442 or 1483259. OLE color: 1483259.

HSL color Cylindrical-coordinate representation of color #FBA116: hue angle of 36.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FBA116 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 161 22 -
CMYK 0 0.36 0.91 0.02
HSL 36.42º 0.97% 0.54% -
HSV(B) 36.42º 0.91% 0.98% -
XYZ 52.67 46.06 6.87 -
YUV 172.06 43.32 184.3 -
System Red Green Blue C M Y K H S L
Decimal 251 161 22 0 0.36 0.91 0.02 36.42 0.97 0.54
Hex FB A1 16 0 24 5B 2 24 61 36
Octal 373 241 26 0 44 133 2 44 141 66
Binary 11111011 10100001 10110 0 100100 1011011 10 100100 1100001 110110

Color Harmonies of #FBA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA116

Black with #FBA116

Text Example


Text Example

White with #FBA116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA116; }

 p { color: rgb(251,161,22); }

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

background-color css

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

 a { background-color: rgb(251,161,22); }

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

border-color css

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

 span { border-color: rgb(251,161,22); }

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