Html Css Color HEX #FB7101 Safety Orange

📋 copy color: '#FB7101'

red 251 ◦ green 113 ◦ blue 1

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

Shades of Safety Orange #FB7101

Tints of Safety Orange #FB7101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.96%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 68.77%
G = 30.96%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FB7101 (or 0xFB7101) is known color: Safety Orange. HEX triplet: FB, 71 and 01. RGB value is (251,113,1). Sum of RGB (Red+Green+Blue) = 251+113+1=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7101 is #048EFE. Grayscale: #8E8E8E. Windows color (decimal): -298751 or 94715. OLE color: 94715.

HSL color Cylindrical-coordinate representation of color #FB7101: hue angle of 26.88º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB7101 is Cyan = 0, Magento = 0.55, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 113 1 -
CMYK 0 0.55 1.00 0.02
HSL 26.88º 0.99% 0.49% -
HSV(B) 26.88º 1% 0.98% -
XYZ 45.69 32.32 3.86 -
YUV 141.49 48.72 206.11 -
System Red Green Blue C M Y K H S L
Decimal 251 113 1 0 0.55 1.00 0.02 26.88 0.99 0.49
Hex FB 71 1 0 37 64 2 1B 63 31
Octal 373 161 1 0 67 144 2 33 143 61
Binary 11111011 1110001 1 0 110111 1100100 10 11011 1100011 110001

Color Harmonies of #FB7101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7101

Black with #FB7101

Text Example


Text Example

White with #FB7101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7101; }

 p { color: rgb(251,113,1); }

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

background-color css

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

 a { background-color: rgb(251,113,1); }

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

border-color css

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

 span { border-color: rgb(251,113,1); }

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