Html Css Color HEX #FF7101 Safety Orange

📋 copy color: '#FF7101'

red 255 ◦ green 113 ◦ blue 1

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

Shades of Safety Orange #FF7101

Tints of Safety Orange #FF7101

RGB

 RED value IS 255 (100% from 255) = 69.11%

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

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

R = 69.11%
G = 30.62%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF7101 (or 0xFF7101) is known color: Safety Orange. HEX triplet: FF, 71 and 01. RGB value is (255,113,1). Sum of RGB (Red+Green+Blue) = 255+113+1=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7101 is #008EFE. Grayscale: #8F8F8F. Windows color (decimal): -36607 or 94719. OLE color: 94719.

HSL color Cylindrical-coordinate representation of color #FF7101: hue angle of 26.46º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF7101 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 113 1 -
CMYK 0 0.56 1.00 0
HSL 26.46º 1% 0.5% -
HSV(B) 26.46º 1% 1% -
XYZ 47.15 33.07 3.93 -
YUV 142.69 48.04 208.11 -
System Red Green Blue C M Y K H S L
Decimal 255 113 1 0 0.56 1.00 0 26.46 1 0.5
Hex FF 71 1 0 38 64 0 1A 64 32
Octal 377 161 1 0 70 144 0 32 144 62
Binary 11111111 1110001 1 0 111000 1100100 0 11010 1100100 110010

Color Harmonies of #FF7101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7101

Black with #FF7101

Text Example


Text Example

White with #FF7101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7101; }

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

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

background-color css

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

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

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

border-color css

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

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

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