Html Css Color HEX #F16905 Safety Orange

📋 copy color: '#F16905'

red 241 ◦ green 105 ◦ blue 5

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

Shades of Safety Orange #F16905

Tints of Safety Orange #F16905

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.91%

 BLUE value IS 5 (2.34% from 255) = 1.42%

R = 68.66%
G = 29.91%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F16905 (or 0xF16905) is known color: Safety Orange. HEX triplet: F1, 69 and 05. RGB value is (241,105,5). Sum of RGB (Red+Green+Blue) = 241+105+5=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F16905 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16905 is #0E96FA. Grayscale: #868686. Windows color (decimal): -956155 or 354801. OLE color: 354801.

HSL color Cylindrical-coordinate representation of color #F16905: hue angle of 25.42º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F16905 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 105 5 -
CMYK 0 0.56 0.98 0.05
HSL 25.42º 0.96% 0.48% -
HSV(B) 25.42º 0.98% 0.95% -
XYZ 41.35 28.81 3.53 -
YUV 134.26 55.06 204.13 -
System Red Green Blue C M Y K H S L
Decimal 241 105 5 0 0.56 0.98 0.05 25.42 0.96 0.48
Hex F1 69 5 0 38 62 5 19 60 30
Octal 361 151 5 0 70 142 5 31 140 60
Binary 11110001 1101001 101 0 111000 1100010 101 11001 1100000 110000

Color Harmonies of #F16905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16905

Black with #F16905

Text Example


Text Example

White with #F16905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16905; }

 p { color: rgb(241,105,5); }

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

background-color css

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

 a { background-color: rgb(241,105,5); }

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

border-color css

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

 span { border-color: rgb(241,105,5); }

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