Html Css Color HEX #FB5D1F Outrageous Orange

📋 copy color: '#FB5D1F'

red 251 ◦ green 93 ◦ blue 31

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

Shades of Outrageous Orange #FB5D1F

Tints of Outrageous Orange #FB5D1F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.8%

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

R = 66.93%
G = 24.8%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB5D1F (or 0xFB5D1F) is known color: Outrageous Orange. HEX triplet: FB, 5D and 1F. RGB value is (251,93,31). Sum of RGB (Red+Green+Blue) = 251+93+31=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5D1F is #04A2E0. Grayscale: #858585. Windows color (decimal): -303841 or 2055675. OLE color: 2055675.

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

Color convert

RGB 251 93 31 -
CMYK 0 0.63 0.88 0.02
HSL 16.91º 0.96% 0.55% -
HSV(B) 16.91º 0.88% 0.98% -
XYZ 43.95 28.44 4.47 -
YUV 133.17 70.35 212.04 -
System Red Green Blue C M Y K H S L
Decimal 251 93 31 0 0.63 0.88 0.02 16.91 0.96 0.55
Hex FB 5D 1F 0 3F 58 2 11 60 37
Octal 373 135 37 0 77 130 2 21 140 67
Binary 11111011 1011101 11111 0 111111 1011000 10 10001 1100000 110111

Color Harmonies of #FB5D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5D1F

Black with #FB5D1F

Text Example


Text Example

White with #FB5D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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