Html Css Color HEX #F56005 Safety Orange

📋 copy color: '#F56005'

red 245 ◦ green 96 ◦ blue 5

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

Shades of Safety Orange #F56005

Tints of Safety Orange #F56005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.75%

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

R = 70.81%
G = 27.75%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F56005 (or 0xF56005) is known color: Safety Orange. HEX triplet: F5, 60 and 05. RGB value is (245,96,5). Sum of RGB (Red+Green+Blue) = 245+96+5=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F56005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56005 is #0A9FFA. Grayscale: #828282. Windows color (decimal): -696315 or 352501. OLE color: 352501.

HSL color Cylindrical-coordinate representation of color #F56005: hue angle of 22.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F56005 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 96 5 -
CMYK 0 0.61 0.98 0.04
HSL 22.75º 0.96% 0.49% -
HSV(B) 22.75º 0.98% 0.96% -
XYZ 41.87 27.79 3.3 -
YUV 130.18 57.36 209.9 -
System Red Green Blue C M Y K H S L
Decimal 245 96 5 0 0.61 0.98 0.04 22.75 0.96 0.49
Hex F5 60 5 0 3D 62 4 17 60 31
Octal 365 140 5 0 75 142 4 27 140 61
Binary 11110101 1100000 101 0 111101 1100010 100 10111 1100000 110001

Color Harmonies of #F56005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56005

Black with #F56005

Text Example


Text Example

White with #F56005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56005; }

 p { color: rgb(245,96,5); }

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

background-color css

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

 a { background-color: rgb(245,96,5); }

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

border-color css

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

 span { border-color: rgb(245,96,5); }

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