Html Css Color HEX #FBA81F Dark Tangerine

📋 copy color: '#FBA81F'

red 251 ◦ green 168 ◦ blue 31

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

Shades of Dark Tangerine #FBA81F

Tints of Dark Tangerine #FBA81F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.33%

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

R = 55.78%
G = 37.33%
B = 6.89%

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

#FBA81F (or 0xFBA81F) is known color: Dark Tangerine. HEX triplet: FB, A8 and 1F. RGB value is (251,168,31). Sum of RGB (Red+Green+Blue) = 251+168+31=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA81F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA81F is #0457E0. Grayscale: #B1B1B1. Windows color (decimal): -284641 or 2074875. OLE color: 2074875.

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

Color convert

RGB 251 168 31 -
CMYK 0 0.33 0.88 0.02
HSL 37.36º 0.96% 0.55% -
HSV(B) 37.36º 0.88% 0.98% -
XYZ 54.03 48.61 7.83 -
YUV 177.2 45.5 180.64 -
System Red Green Blue C M Y K H S L
Decimal 251 168 31 0 0.33 0.88 0.02 37.36 0.96 0.55
Hex FB A8 1F 0 21 58 2 25 60 37
Octal 373 250 37 0 41 130 2 45 140 67
Binary 11111011 10101000 11111 0 100001 1011000 10 100101 1100000 110111

Color Harmonies of #FBA81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA81F

Black with #FBA81F

Text Example


Text Example

White with #FBA81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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