Html Css Color HEX #FF7100 Safety Orange

📋 copy color: '#FF7100'

red 255 ◦ green 113 ◦ blue 0

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

Shades of Safety Orange #FF7100

Tints of Safety Orange #FF7100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.29%
G = 30.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF7100 (or 0xFF7100) is known color: Safety Orange. HEX triplet: FF, 71 and 00. RGB value is (255,113,0). Sum of RGB (Red+Green+Blue) = 255+113+0=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7100 is #008EFF. Grayscale: #8F8F8F. Windows color (decimal): -36608 or 29183. OLE color: 29183.

HSL color Cylindrical-coordinate representation of color #FF7100: hue angle of 26.59º 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 #FF7100 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB 255 113 0 -
CMYK 0 0.56 1 0
HSL 26.59º 1% 0.5% -
HSV(B) 26.59º 1% 1% -
XYZ 47.15 33.07 3.9 -
YUV 142.58 47.54 208.19 -
System Red Green Blue C M Y K H S L
Decimal 255 113 0 0 0.56 1 0 26.59 1 0.5
Hex FF 71 0 0 38 64 0 1B 64 32
Octal 377 161 0 0 70 144 0 33 144 62
Binary 11111111 1110001 0 0 111000 1100100 0 11011 1100100 110010

Color Harmonies of #FF7100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7100

Black with #FF7100

Text Example


Text Example

White with #FF7100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7100; }

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

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

background-color css

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

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

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

border-color css

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

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

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