Html Css Color HEX #F75E11 Safety Orange

📋 copy color: '#F75E11'

red 247 ◦ green 94 ◦ blue 17

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

Shades of Safety Orange #F75E11

Tints of Safety Orange #F75E11

RGB

 RED value IS 247 (96.88% from 255) = 68.99%

 GREEN value IS 94 (37.11% from 255) = 26.26%

 BLUE value IS 17 (7.03% from 255) = 4.75%

R = 68.99%
G = 26.26%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F75E11 (or 0xF75E11) is known color: Safety Orange. HEX triplet: F7, 5E and 11. RGB value is (247,94,17). Sum of RGB (Red+Green+Blue) = 247+94+17=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F75E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75E11 is #08A1EE. Grayscale: #838383. Windows color (decimal): -565743 or 1138423. OLE color: 1138423.

HSL color Cylindrical-coordinate representation of color #F75E11: hue angle of 20.09º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F75E11 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 94 17 -
CMYK 0 0.62 0.93 0.03
HSL 20.09º 0.93% 0.52% -
HSV(B) 20.09º 0.93% 0.97% -
XYZ 42.46 27.82 3.66 -
YUV 130.97 63.69 210.76 -
System Red Green Blue C M Y K H S L
Decimal 247 94 17 0 0.62 0.93 0.03 20.09 0.93 0.52
Hex F7 5E 11 0 3E 5D 3 14 5D 34
Octal 367 136 21 0 76 135 3 24 135 64
Binary 11110111 1011110 10001 0 111110 1011101 11 10100 1011101 110100

Color Harmonies of #F75E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75E11

Black with #F75E11

Text Example


Text Example

White with #F75E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75E11; }

 p { color: rgb(247,94,17); }

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

background-color css

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

 a { background-color: rgb(247,94,17); }

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

border-color css

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

 span { border-color: rgb(247,94,17); }

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