Html Css Color HEX #FBA113 Dark Tangerine

📋 copy color: '#FBA113'

red 251 ◦ green 161 ◦ blue 19

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

Shades of Dark Tangerine #FBA113

Tints of Dark Tangerine #FBA113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.41%

R = 58.24%
G = 37.35%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBA113 (or 0xFBA113) is known color: Dark Tangerine. HEX triplet: FB, A1 and 13. RGB value is (251,161,19). Sum of RGB (Red+Green+Blue) = 251+161+19=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 19 (7.81% from 255 or 4.41% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA113 is #045EEC. Grayscale: #ACACAC. Windows color (decimal): -286445 or 1286651. OLE color: 1286651.

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

Color convert

RGB 251 161 19 -
CMYK 0 0.36 0.92 0.02
HSL 36.72º 0.97% 0.53% -
HSV(B) 36.72º 0.92% 0.98% -
XYZ 52.65 46.05 6.73 -
YUV 171.72 41.82 184.55 -
System Red Green Blue C M Y K H S L
Decimal 251 161 19 0 0.36 0.92 0.02 36.72 0.97 0.53
Hex FB A1 13 0 24 5C 2 25 61 35
Octal 373 241 23 0 44 134 2 45 141 65
Binary 11111011 10100001 10011 0 100100 1011100 10 100101 1100001 110101

Color Harmonies of #FBA113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA113

Black with #FBA113

Text Example


Text Example

White with #FBA113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA113; }

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

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

background-color css

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

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

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

border-color css

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

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

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