Html Css Color HEX #F56205 Safety Orange

📋 copy color: '#F56205'

red 245 ◦ green 98 ◦ blue 5

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

Shades of Safety Orange #F56205

Tints of Safety Orange #F56205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

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

R = 70.4%
G = 28.16%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F56205 (or 0xF56205) is known color: Safety Orange. HEX triplet: F5, 62 and 05. RGB value is (245,98,5). Sum of RGB (Red+Green+Blue) = 245+98+5=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F56205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56205 is #0A9DFA. Grayscale: #838383. Windows color (decimal): -695803 or 353013. OLE color: 353013.

HSL color Cylindrical-coordinate representation of color #F56205: hue angle of 23.25º 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 #F56205 is Cyan = 0, Magento = 0.6, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 98 5 -
CMYK 0 0.6 0.98 0.04
HSL 23.25º 0.96% 0.49% -
HSV(B) 23.25º 0.98% 0.96% -
XYZ 42.05 28.16 3.36 -
YUV 131.35 56.7 209.06 -
System Red Green Blue C M Y K H S L
Decimal 245 98 5 0 0.6 0.98 0.04 23.25 0.96 0.49
Hex F5 62 5 0 3C 62 4 17 60 31
Octal 365 142 5 0 74 142 4 27 140 61
Binary 11110101 1100010 101 0 111100 1100010 100 10111 1100000 110001

Color Harmonies of #F56205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56205

Black with #F56205

Text Example


Text Example

White with #F56205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56205; }

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

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

background-color css

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

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

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

border-color css

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

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

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