Html Css Color HEX #F16500 Safety Orange

📋 copy color: '#F16500'

red 241 ◦ green 101 ◦ blue 0

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

Shades of Safety Orange #F16500

Tints of Safety Orange #F16500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.47%
G = 29.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F16500 (or 0xF16500) is known color: Safety Orange. HEX triplet: F1, 65 and 00. RGB value is (241,101,0). Sum of RGB (Red+Green+Blue) = 241+101+0=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F16500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16500 is #0E9AFF. Grayscale: #838383. Windows color (decimal): -957184 or 26097. OLE color: 26097.

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

Color convert

RGB 241 101 0 -
CMYK 0 0.58 1 0.05
HSL 25.15º 1% 0.47% -
HSV(B) 25.15º 1% 0.95% -
XYZ 40.93 28.01 3.25 -
YUV 131.35 53.88 206.21 -
System Red Green Blue C M Y K H S L
Decimal 241 101 0 0 0.58 1 0.05 25.15 1 0.47
Hex F1 65 0 0 3A 64 5 19 64 2F
Octal 361 145 0 0 72 144 5 31 144 57
Binary 11110001 1100101 0 0 111010 1100100 101 11001 1100100 101111

Color Harmonies of #F16500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16500

Black with #F16500

Text Example


Text Example

White with #F16500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16500; }

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

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

background-color css

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

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

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

border-color css

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

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

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