Html Css Color HEX #FBA112 Dark Tangerine

📋 copy color: '#FBA112'

red 251 ◦ green 161 ◦ blue 18

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

Shades of Dark Tangerine #FBA112

Tints of Dark Tangerine #FBA112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.19%

R = 58.37%
G = 37.44%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBA112 (or 0xFBA112) is known color: Dark Tangerine. HEX triplet: FB, A1 and 12. RGB value is (251,161,18). Sum of RGB (Red+Green+Blue) = 251+161+18=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA112 is #045EED. Grayscale: #ACACAC. Windows color (decimal): -286446 or 1221115. OLE color: 1221115.

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

Color convert

RGB 251 161 18 -
CMYK 0 0.36 0.93 0.02
HSL 36.82º 0.97% 0.53% -
HSV(B) 36.82º 0.93% 0.98% -
XYZ 52.64 46.04 6.69 -
YUV 171.61 41.32 184.63 -
System Red Green Blue C M Y K H S L
Decimal 251 161 18 0 0.36 0.93 0.02 36.82 0.97 0.53
Hex FB A1 12 0 24 5D 2 25 61 35
Octal 373 241 22 0 44 135 2 45 141 65
Binary 11111011 10100001 10010 0 100100 1011101 10 100101 1100001 110101

Color Harmonies of #FBA112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA112

Black with #FBA112

Text Example


Text Example

White with #FBA112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA112; }

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

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

background-color css

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

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

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

border-color css

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

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

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