Html Css Color HEX #FBA211 Dark Tangerine

📋 copy color: '#FBA211'

red 251 ◦ green 162 ◦ blue 17

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

Shades of Dark Tangerine #FBA211

Tints of Dark Tangerine #FBA211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.67%

 BLUE value IS 17 (7.03% from 255) = 3.95%

R = 58.37%
G = 37.67%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBA211 (or 0xFBA211) is known color: Dark Tangerine. HEX triplet: FB, A2 and 11. RGB value is (251,162,17). Sum of RGB (Red+Green+Blue) = 251+162+17=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA211 is #045DEE. Grayscale: #ACACAC. Windows color (decimal): -286191 or 1155835. OLE color: 1155835.

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

Color convert

RGB 251 162 17 -
CMYK 0 0.35 0.93 0.02
HSL 37.18º 0.97% 0.53% -
HSV(B) 37.18º 0.93% 0.98% -
XYZ 52.81 46.39 6.7 -
YUV 172.08 40.49 184.29 -
System Red Green Blue C M Y K H S L
Decimal 251 162 17 0 0.35 0.93 0.02 37.18 0.97 0.53
Hex FB A2 11 0 23 5D 2 25 61 35
Octal 373 242 21 0 43 135 2 45 141 65
Binary 11111011 10100010 10001 0 100011 1011101 10 100101 1100001 110101

Color Harmonies of #FBA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA211

Black with #FBA211

Text Example


Text Example

White with #FBA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA211; }

 p { color: rgb(251,162,17); }

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

background-color css

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

 a { background-color: rgb(251,162,17); }

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

border-color css

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

 span { border-color: rgb(251,162,17); }

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