Html Css Color HEX #F16610 Safety Orange

📋 copy color: '#F16610'

red 241 ◦ green 102 ◦ blue 16

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

Shades of Safety Orange #F16610

Tints of Safety Orange #F16610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.41%

 BLUE value IS 16 (6.64% from 255) = 4.46%

R = 67.13%
G = 28.41%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F16610 (or 0xF16610) is known color: Safety Orange. HEX triplet: F1, 66 and 10. RGB value is (241,102,16). Sum of RGB (Red+Green+Blue) = 241+102+16=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F16610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16610 is #0E99EF. Grayscale: #868686. Windows color (decimal): -956912 or 1074929. OLE color: 1074929.

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

Color convert

RGB 241 102 16 -
CMYK 0 0.58 0.93 0.05
HSL 22.93º 0.89% 0.5% -
HSV(B) 22.93º 0.93% 0.95% -
XYZ 41.12 28.24 3.77 -
YUV 133.76 61.55 204.49 -
System Red Green Blue C M Y K H S L
Decimal 241 102 16 0 0.58 0.93 0.05 22.93 0.89 0.5
Hex F1 66 10 0 3A 5D 5 17 59 32
Octal 361 146 20 0 72 135 5 27 131 62
Binary 11110001 1100110 10000 0 111010 1011101 101 10111 1011001 110010

Color Harmonies of #F16610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16610

Black with #F16610

Text Example


Text Example

White with #F16610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16610; }

 p { color: rgb(241,102,16); }

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

background-color css

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

 a { background-color: rgb(241,102,16); }

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

border-color css

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

 span { border-color: rgb(241,102,16); }

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