Html Css Color HEX #F16707 Safety Orange

📋 copy color: '#F16707'

red 241 ◦ green 103 ◦ blue 7

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

Shades of Safety Orange #F16707

Tints of Safety Orange #F16707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.99%

R = 68.66%
G = 29.34%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F16707 (or 0xF16707) is known color: Safety Orange. HEX triplet: F1, 67 and 07. RGB value is (241,103,7). Sum of RGB (Red+Green+Blue) = 241+103+7=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F16707 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16707 is #0E98F8. Grayscale: #858585. Windows color (decimal): -956665 or 485361. OLE color: 485361.

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

Color convert

RGB 241 103 7 -
CMYK 0 0.57 0.97 0.05
HSL 24.62º 0.94% 0.49% -
HSV(B) 24.62º 0.97% 0.95% -
XYZ 41.16 28.42 3.52 -
YUV 133.32 56.72 204.81 -
System Red Green Blue C M Y K H S L
Decimal 241 103 7 0 0.57 0.97 0.05 24.62 0.94 0.49
Hex F1 67 7 0 39 61 5 19 5E 31
Octal 361 147 7 0 71 141 5 31 136 61
Binary 11110001 1100111 111 0 111001 1100001 101 11001 1011110 110001

Color Harmonies of #F16707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16707

Black with #F16707

Text Example


Text Example

White with #F16707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16707; }

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

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

background-color css

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

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

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

border-color css

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

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

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