Html Css Color HEX #FBA312 Dark Tangerine

📋 copy color: '#FBA312'

red 251 ◦ green 163 ◦ blue 18

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

Shades of Dark Tangerine #FBA312

Tints of Dark Tangerine #FBA312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.73%

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

R = 58.1%
G = 37.73%
B = 4.17%

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

#FBA312 (or 0xFBA312) is known color: Dark Tangerine. HEX triplet: FB, A3 and 12. RGB value is (251,163,18). Sum of RGB (Red+Green+Blue) = 251+163+18=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA312 is #045CED. Grayscale: #ADADAD. Windows color (decimal): -285934 or 1221627. OLE color: 1221627.

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

Color convert

RGB 251 163 18 -
CMYK 0 0.35 0.93 0.02
HSL 37.34º 0.97% 0.53% -
HSV(B) 37.34º 0.93% 0.98% -
XYZ 52.99 46.75 6.8 -
YUV 172.78 40.65 183.79 -
System Red Green Blue C M Y K H S L
Decimal 251 163 18 0 0.35 0.93 0.02 37.34 0.97 0.53
Hex FB A3 12 0 23 5D 2 25 61 35
Octal 373 243 22 0 43 135 2 45 141 65
Binary 11111011 10100011 10010 0 100011 1011101 10 100101 1100001 110101

Color Harmonies of #FBA312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA312

Black with #FBA312

Text Example


Text Example

White with #FBA312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA312; }

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

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

background-color css

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

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

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

border-color css

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

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

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