Html Css Color HEX #F56511 Safety Orange

📋 copy color: '#F56511'

red 245 ◦ green 101 ◦ blue 17

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

Shades of Safety Orange #F56511

Tints of Safety Orange #F56511

RGB

 RED value IS 245 (96.09% from 255) = 67.49%

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

 BLUE value IS 17 (7.03% from 255) = 4.68%

R = 67.49%
G = 27.82%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F56511 (or 0xF56511) is known color: Safety Orange. HEX triplet: F5, 65 and 11. RGB value is (245,101,17). Sum of RGB (Red+Green+Blue) = 245+101+17=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F56511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56511 is #0A9AEE. Grayscale: #868686. Windows color (decimal): -695023 or 1140213. OLE color: 1140213.

HSL color Cylindrical-coordinate representation of color #F56511: hue angle of 22.11º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F56511 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 101 17 -
CMYK 0 0.59 0.93 0.04
HSL 22.11º 0.92% 0.51% -
HSV(B) 22.11º 0.93% 0.96% -
XYZ 42.41 28.76 3.85 -
YUV 134.48 61.71 206.83 -
System Red Green Blue C M Y K H S L
Decimal 245 101 17 0 0.59 0.93 0.04 22.11 0.92 0.51
Hex F5 65 11 0 3B 5D 4 16 5C 33
Octal 365 145 21 0 73 135 4 26 134 63
Binary 11110101 1100101 10001 0 111011 1011101 100 10110 1011100 110011

Color Harmonies of #F56511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56511

Black with #F56511

Text Example


Text Example

White with #F56511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56511; }

 p { color: rgb(245,101,17); }

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

background-color css

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

 a { background-color: rgb(245,101,17); }

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

border-color css

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

 span { border-color: rgb(245,101,17); }

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