Html Css Color HEX #F16801 Safety Orange

📋 copy color: '#F16801'

red 241 ◦ green 104 ◦ blue 1

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

Shades of Safety Orange #F16801

Tints of Safety Orange #F16801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 69.65%
G = 30.06%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F16801 (or 0xF16801) is known color: Safety Orange. HEX triplet: F1, 68 and 01. RGB value is (241,104,1). Sum of RGB (Red+Green+Blue) = 241+104+1=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F16801 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16801 is #0E97FE. Grayscale: #858585. Windows color (decimal): -956415 or 92401. OLE color: 92401.

HSL color Cylindrical-coordinate representation of color #F16801: hue angle of 25.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F16801 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 104 1 -
CMYK 0 0.57 1.00 0.05
HSL 25.75º 0.99% 0.47% -
HSV(B) 25.75º 1% 0.95% -
XYZ 41.23 28.6 3.38 -
YUV 133.22 53.39 204.88 -
System Red Green Blue C M Y K H S L
Decimal 241 104 1 0 0.57 1.00 0.05 25.75 0.99 0.47
Hex F1 68 1 0 39 64 5 1A 63 2F
Octal 361 150 1 0 71 144 5 32 143 57
Binary 11110001 1101000 1 0 111001 1100100 101 11010 1100011 101111

Color Harmonies of #F16801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16801

Black with #F16801

Text Example


Text Example

White with #F16801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16801; }

 p { color: rgb(241,104,1); }

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

background-color css

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

 a { background-color: rgb(241,104,1); }

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

border-color css

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

 span { border-color: rgb(241,104,1); }

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