Html Css Color HEX #F56501 Safety Orange

📋 copy color: '#F56501'

red 245 ◦ green 101 ◦ blue 1

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

Shades of Safety Orange #F56501

Tints of Safety Orange #F56501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 70.61%
G = 29.11%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F56501 (or 0xF56501) is known color: Safety Orange. HEX triplet: F5, 65 and 01. RGB value is (245,101,1). Sum of RGB (Red+Green+Blue) = 245+101+1=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F56501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56501 is #0A9AFE. Grayscale: #858585. Windows color (decimal): -695039 or 91637. OLE color: 91637.

HSL color Cylindrical-coordinate representation of color #F56501: hue angle of 24.59º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F56501 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 101 1 -
CMYK 0 0.59 1.00 0.04
HSL 24.59º 0.99% 0.48% -
HSV(B) 24.59º 1% 0.96% -
XYZ 42.32 28.72 3.34 -
YUV 132.66 53.71 208.13 -
System Red Green Blue C M Y K H S L
Decimal 245 101 1 0 0.59 1.00 0.04 24.59 0.99 0.48
Hex F5 65 1 0 3B 64 4 19 63 30
Octal 365 145 1 0 73 144 4 31 143 60
Binary 11110101 1100101 1 0 111011 1100100 100 11001 1100011 110000

Color Harmonies of #F56501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56501

Black with #F56501

Text Example


Text Example

White with #F56501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56501; }

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

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

background-color css

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

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

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

border-color css

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

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

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