Html Css Color HEX #FB9D1F Dark Tangerine

📋 copy color: '#FB9D1F'

red 251 ◦ green 157 ◦ blue 31

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

Shades of Dark Tangerine #FB9D1F

Tints of Dark Tangerine #FB9D1F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.76%

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

R = 57.18%
G = 35.76%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB9D1F (or 0xFB9D1F) is known color: Dark Tangerine. HEX triplet: FB, 9D and 1F. RGB value is (251,157,31). Sum of RGB (Red+Green+Blue) = 251+157+31=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 31 (12.5% from 255 or 7.06% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9D1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9D1F is #0462E0. Grayscale: #ABABAB. Windows color (decimal): -287457 or 2072059. OLE color: 2072059.

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

Color convert

RGB 251 157 31 -
CMYK 0 0.37 0.88 0.02
HSL 34.36º 0.96% 0.55% -
HSV(B) 34.36º 0.88% 0.98% -
XYZ 52.09 44.72 7.18 -
YUV 170.74 49.14 185.25 -
System Red Green Blue C M Y K H S L
Decimal 251 157 31 0 0.37 0.88 0.02 34.36 0.96 0.55
Hex FB 9D 1F 0 25 58 2 22 60 37
Octal 373 235 37 0 45 130 2 42 140 67
Binary 11111011 10011101 11111 0 100101 1011000 10 100010 1100000 110111

Color Harmonies of #FB9D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9D1F

Black with #FB9D1F

Text Example


Text Example

White with #FB9D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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