Html Css Color HEX #F16504 Safety Orange

📋 copy color: '#F16504'

red 241 ◦ green 101 ◦ blue 4

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

Shades of Safety Orange #F16504

Tints of Safety Orange #F16504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 69.65%
G = 29.19%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F16504 (or 0xF16504) is known color: Safety Orange. HEX triplet: F1, 65 and 04. RGB value is (241,101,4). Sum of RGB (Red+Green+Blue) = 241+101+4=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F16504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16504 is #0E9AFB. Grayscale: #848484. Windows color (decimal): -957180 or 288241. OLE color: 288241.

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

Color convert

RGB 241 101 4 -
CMYK 0 0.58 0.98 0.05
HSL 24.56º 0.97% 0.48% -
HSV(B) 24.56º 0.98% 0.95% -
XYZ 40.95 28.02 3.36 -
YUV 131.8 55.88 205.89 -
System Red Green Blue C M Y K H S L
Decimal 241 101 4 0 0.58 0.98 0.05 24.56 0.97 0.48
Hex F1 65 4 0 3A 62 5 19 61 30
Octal 361 145 4 0 72 142 5 31 141 60
Binary 11110001 1100101 100 0 111010 1100010 101 11001 1100001 110000

Color Harmonies of #F16504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16504

Black with #F16504

Text Example


Text Example

White with #F16504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16504; }

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

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

background-color css

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

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

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

border-color css

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

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

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