Html Css Color HEX #FBA31F Dark Tangerine

📋 copy color: '#FBA31F'

red 251 ◦ green 163 ◦ blue 31

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

Shades of Dark Tangerine #FBA31F

Tints of Dark Tangerine #FBA31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.97%

R = 56.4%
G = 36.63%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FBA31F (or 0xFBA31F) is known color: Dark Tangerine. HEX triplet: FB, A3 and 1F. RGB value is (251,163,31). Sum of RGB (Red+Green+Blue) = 251+163+31=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA31F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA31F is #045CE0. Grayscale: #AEAEAE. Windows color (decimal): -285921 or 2073595. OLE color: 2073595.

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

Color convert

RGB 251 163 31 -
CMYK 0 0.35 0.88 0.02
HSL 36º 0.96% 0.55% -
HSV(B) 36º 0.88% 0.98% -
XYZ 53.13 46.8 7.53 -
YUV 174.26 47.15 182.73 -
System Red Green Blue C M Y K H S L
Decimal 251 163 31 0 0.35 0.88 0.02 36 0.96 0.55
Hex FB A3 1F 0 23 58 2 24 60 37
Octal 373 243 37 0 43 130 2 44 140 67
Binary 11111011 10100011 11111 0 100011 1011000 10 100100 1100000 110111

Color Harmonies of #FBA31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA31F

Black with #FBA31F

Text Example


Text Example

White with #FBA31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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