Html Css Color HEX #F16700 Safety Orange

📋 copy color: '#F16700'

red 241 ◦ green 103 ◦ blue 0

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

Shades of Safety Orange #F16700

Tints of Safety Orange #F16700

RGB

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

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

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

R = 70.06%
G = 29.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F16700 (or 0xF16700) is known color: Safety Orange. HEX triplet: F1, 67 and 00. RGB value is (241,103,0). Sum of RGB (Red+Green+Blue) = 241+103+0=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F16700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16700 is #0E98FF. Grayscale: #858585. Windows color (decimal): -956672 or 26609. OLE color: 26609.

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

Color convert

RGB 241 103 0 -
CMYK 0 0.57 1 0.05
HSL 25.64º 1% 0.47% -
HSV(B) 25.64º 1% 0.95% -
XYZ 41.13 28.4 3.31 -
YUV 132.52 53.22 205.38 -
System Red Green Blue C M Y K H S L
Decimal 241 103 0 0 0.57 1 0.05 25.64 1 0.47
Hex F1 67 0 0 39 64 5 1A 64 2F
Octal 361 147 0 0 71 144 5 32 144 57
Binary 11110001 1100111 0 0 111001 1100100 101 11010 1100100 101111

Color Harmonies of #F16700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16700

Black with #F16700

Text Example


Text Example

White with #F16700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16700; }

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

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

background-color css

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

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

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

border-color css

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

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

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