Html Css Color HEX #F16710 Safety Orange

📋 copy color: '#F16710'

red 241 ◦ green 103 ◦ blue 16

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

Shades of Safety Orange #F16710

Tints of Safety Orange #F16710

RGB

 RED value IS 241 (94.53% from 255) = 66.94%

 GREEN value IS 103 (40.63% from 255) = 28.61%

 BLUE value IS 16 (6.64% from 255) = 4.44%

R = 66.94%
G = 28.61%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F16710 (or 0xF16710) is known color: Safety Orange. HEX triplet: F1, 67 and 10. RGB value is (241,103,16). Sum of RGB (Red+Green+Blue) = 241+103+16=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F16710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16710 is #0E98EF. Grayscale: #868686. Windows color (decimal): -956656 or 1075185. OLE color: 1075185.

HSL color Cylindrical-coordinate representation of color #F16710: hue angle of 23.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F16710 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 103 16 -
CMYK 0 0.57 0.93 0.05
HSL 23.2º 0.89% 0.5% -
HSV(B) 23.2º 0.93% 0.95% -
XYZ 41.22 28.44 3.81 -
YUV 134.34 61.22 204.07 -
System Red Green Blue C M Y K H S L
Decimal 241 103 16 0 0.57 0.93 0.05 23.2 0.89 0.5
Hex F1 67 10 0 39 5D 5 17 59 32
Octal 361 147 20 0 71 135 5 27 131 62
Binary 11110001 1100111 10000 0 111001 1011101 101 10111 1011001 110010

Color Harmonies of #F16710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16710

Black with #F16710

Text Example


Text Example

White with #F16710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16710; }

 p { color: rgb(241,103,16); }

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

background-color css

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

 a { background-color: rgb(241,103,16); }

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

border-color css

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

 span { border-color: rgb(241,103,16); }

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