Html Css Color HEX #F16705 Safety Orange

📋 copy color: '#F16705'

red 241 ◦ green 103 ◦ blue 5

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

Shades of Safety Orange #F16705

Tints of Safety Orange #F16705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.43%

R = 69.05%
G = 29.51%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F16705 (or 0xF16705) is known color: Safety Orange. HEX triplet: F1, 67 and 05. RGB value is (241,103,5). Sum of RGB (Red+Green+Blue) = 241+103+5=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F16705 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16705 is #0E98FA. Grayscale: #858585. Windows color (decimal): -956667 or 354289. OLE color: 354289.

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

Color convert

RGB 241 103 5 -
CMYK 0 0.57 0.98 0.05
HSL 24.92º 0.96% 0.48% -
HSV(B) 24.92º 0.98% 0.95% -
XYZ 41.15 28.41 3.46 -
YUV 133.09 55.72 204.97 -
System Red Green Blue C M Y K H S L
Decimal 241 103 5 0 0.57 0.98 0.05 24.92 0.96 0.48
Hex F1 67 5 0 39 62 5 19 60 30
Octal 361 147 5 0 71 142 5 31 140 60
Binary 11110001 1100111 101 0 111001 1100010 101 11001 1100000 110000

Color Harmonies of #F16705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16705

Black with #F16705

Text Example


Text Example

White with #F16705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16705; }

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

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

background-color css

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

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

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

border-color css

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

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

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