Html Css Color HEX #FBA41F Dark Tangerine

📋 copy color: '#FBA41F'

red 251 ◦ green 164 ◦ blue 31

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

Shades of Dark Tangerine #FBA41F

Tints of Dark Tangerine #FBA41F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.77%

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

R = 56.28%
G = 36.77%
B = 6.95%

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

#FBA41F (or 0xFBA41F) is known color: Dark Tangerine. HEX triplet: FB, A4 and 1F. RGB value is (251,164,31). Sum of RGB (Red+Green+Blue) = 251+164+31=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA41F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA41F is #045BE0. Grayscale: #AFAFAF. Windows color (decimal): -285665 or 2073851. OLE color: 2073851.

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

Color convert

RGB 251 164 31 -
CMYK 0 0.35 0.88 0.02
HSL 36.27º 0.96% 0.55% -
HSV(B) 36.27º 0.88% 0.98% -
XYZ 53.31 47.16 7.59 -
YUV 174.85 46.82 182.31 -
System Red Green Blue C M Y K H S L
Decimal 251 164 31 0 0.35 0.88 0.02 36.27 0.96 0.55
Hex FB A4 1F 0 23 58 2 24 60 37
Octal 373 244 37 0 43 130 2 44 140 67
Binary 11111011 10100100 11111 0 100011 1011000 10 100100 1100000 110111

Color Harmonies of #FBA41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA41F

Black with #FBA41F

Text Example


Text Example

White with #FBA41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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