Html Css Color HEX #F16501 Safety Orange

📋 copy color: '#F16501'

red 241 ◦ green 101 ◦ blue 1

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

Shades of Safety Orange #F16501

Tints of Safety Orange #F16501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

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

R = 70.26%
G = 29.45%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F16501 (or 0xF16501) is known color: Safety Orange. HEX triplet: F1, 65 and 01. RGB value is (241,101,1). Sum of RGB (Red+Green+Blue) = 241+101+1=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F16501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16501 is #0E9AFE. Grayscale: #848484. Windows color (decimal): -957183 or 91633. OLE color: 91633.

HSL color Cylindrical-coordinate representation of color #F16501: hue angle of 25º 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 #F16501 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 101 1 -
CMYK 0 0.58 1.00 0.05
HSL 25º 0.99% 0.47% -
HSV(B) 25º 1% 0.95% -
XYZ 40.93 28.01 3.28 -
YUV 131.46 54.38 206.13 -
System Red Green Blue C M Y K H S L
Decimal 241 101 1 0 0.58 1.00 0.05 25 0.99 0.47
Hex F1 65 1 0 3A 64 5 19 63 2F
Octal 361 145 1 0 72 144 5 31 143 57
Binary 11110001 1100101 1 0 111010 1100100 101 11001 1100011 101111

Color Harmonies of #F16501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16501

Black with #F16501

Text Example


Text Example

White with #F16501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16501; }

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

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

background-color css

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

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

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

border-color css

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

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

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