Html Css Color HEX #F56000 Safety Orange

📋 copy color: '#F56000'

red 245 ◦ green 96 ◦ blue 0

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

Shades of Safety Orange #F56000

Tints of Safety Orange #F56000

RGB

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

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

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

R = 71.85%
G = 28.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F56000 (or 0xF56000) is known color: Safety Orange. HEX triplet: F5, 60 and 00. RGB value is (245,96,0). Sum of RGB (Red+Green+Blue) = 245+96+0=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F56000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56000 is #0A9FFF. Grayscale: #828282. Windows color (decimal): -696320 or 24821. OLE color: 24821.

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

Color convert

RGB 245 96 0 -
CMYK 0 0.61 1 0.04
HSL 23.51º 1% 0.48% -
HSV(B) 23.51º 1% 0.96% -
XYZ 41.84 27.78 3.16 -
YUV 129.61 54.86 210.31 -
System Red Green Blue C M Y K H S L
Decimal 245 96 0 0 0.61 1 0.04 23.51 1 0.48
Hex F5 60 0 0 3D 64 4 18 64 30
Octal 365 140 0 0 75 144 4 30 144 60
Binary 11110101 1100000 0 0 111101 1100100 100 11000 1100100 110000

Color Harmonies of #F56000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56000

Black with #F56000

Text Example


Text Example

White with #F56000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56000; }

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

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

background-color css

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

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

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

border-color css

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

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

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