Html Css Color HEX #F56200 Safety Orange

📋 copy color: '#F56200'

red 245 ◦ green 98 ◦ blue 0

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

Shades of Safety Orange #F56200

Tints of Safety Orange #F56200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.43%
G = 28.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F56200 (or 0xF56200) is known color: Safety Orange. HEX triplet: F5, 62 and 00. RGB value is (245,98,0). Sum of RGB (Red+Green+Blue) = 245+98+0=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F56200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56200 is #0A9DFF. Grayscale: #838383. Windows color (decimal): -695808 or 25333. OLE color: 25333.

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

Color convert

RGB 245 98 0 -
CMYK 0 0.6 1 0.04
HSL 24º 1% 0.48% -
HSV(B) 24º 1% 0.96% -
XYZ 42.02 28.15 3.22 -
YUV 130.78 54.2 209.47 -
System Red Green Blue C M Y K H S L
Decimal 245 98 0 0 0.6 1 0.04 24 1 0.48
Hex F5 62 0 0 3C 64 4 18 64 30
Octal 365 142 0 0 74 144 4 30 144 60
Binary 11110101 1100010 0 0 111100 1100100 100 11000 1100100 110000

Color Harmonies of #F56200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56200

Black with #F56200

Text Example


Text Example

White with #F56200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56200; }

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

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

background-color css

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

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

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

border-color css

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

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

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