Html Css Color HEX #FBA91F Dark Tangerine

📋 copy color: '#FBA91F'

red 251 ◦ green 169 ◦ blue 31

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

Shades of Dark Tangerine #FBA91F

Tints of Dark Tangerine #FBA91F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.47%

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

R = 55.65%
G = 37.47%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FBA91F (or 0xFBA91F) is known color: Dark Tangerine. HEX triplet: FB, A9 and 1F. RGB value is (251,169,31). Sum of RGB (Red+Green+Blue) = 251+169+31=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 31 (12.5% from 255 or 6.87% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA91F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA91F is #0456E0. Grayscale: #B2B2B2. Windows color (decimal): -284385 or 2075131. OLE color: 2075131.

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

Color convert

RGB 251 169 31 -
CMYK 0 0.33 0.88 0.02
HSL 37.64º 0.96% 0.55% -
HSV(B) 37.64º 0.88% 0.98% -
XYZ 54.22 48.98 7.89 -
YUV 177.79 45.17 180.22 -
System Red Green Blue C M Y K H S L
Decimal 251 169 31 0 0.33 0.88 0.02 37.64 0.96 0.55
Hex FB A9 1F 0 21 58 2 26 60 37
Octal 373 251 37 0 41 130 2 46 140 67
Binary 11111011 10101001 11111 0 100001 1011000 10 100110 1100000 110111

Color Harmonies of #FBA91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA91F

Black with #FBA91F

Text Example


Text Example

White with #FBA91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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