Html Css Color HEX #F16503 Safety Orange

📋 copy color: '#F16503'

red 241 ◦ green 101 ◦ blue 3

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

Shades of Safety Orange #F16503

Tints of Safety Orange #F16503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 69.86%
G = 29.28%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F16503 (or 0xF16503) is known color: Safety Orange. HEX triplet: F1, 65 and 03. RGB value is (241,101,3). Sum of RGB (Red+Green+Blue) = 241+101+3=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F16503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16503 is #0E9AFC. Grayscale: #848484. Windows color (decimal): -957181 or 222705. OLE color: 222705.

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

Color convert

RGB 241 101 3 -
CMYK 0 0.58 0.99 0.05
HSL 24.71º 0.98% 0.48% -
HSV(B) 24.71º 0.99% 0.95% -
XYZ 40.95 28.01 3.34 -
YUV 131.69 55.38 205.97 -
System Red Green Blue C M Y K H S L
Decimal 241 101 3 0 0.58 0.99 0.05 24.71 0.98 0.48
Hex F1 65 3 0 3A 63 5 19 62 30
Octal 361 145 3 0 72 143 5 31 142 60
Binary 11110001 1100101 11 0 111010 1100011 101 11001 1100010 110000

Color Harmonies of #F16503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16503

Black with #F16503

Text Example


Text Example

White with #F16503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16503; }

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

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

background-color css

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

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

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

border-color css

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

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

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