Html Css Color HEX #F5600A Safety Orange

📋 copy color: '#F5600A'

red 245 ◦ green 96 ◦ blue 10

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

Shades of Safety Orange #F5600A

Tints of Safety Orange #F5600A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.85%

R = 69.8%
G = 27.35%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5600A (or 0xF5600A) is known color: Safety Orange. HEX triplet: F5, 60 and 0A. RGB value is (245,96,10). Sum of RGB (Red+Green+Blue) = 245+96+10=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F5600A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5600A is #0A9FF5. Grayscale: #838383. Windows color (decimal): -696310 or 680181. OLE color: 680181.

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

Color convert

RGB 245 96 10 -
CMYK 0 0.61 0.96 0.04
HSL 21.96º 0.92% 0.5% -
HSV(B) 21.96º 0.96% 0.96% -
XYZ 41.89 27.8 3.45 -
YUV 130.75 59.86 209.49 -
System Red Green Blue C M Y K H S L
Decimal 245 96 10 0 0.61 0.96 0.04 21.96 0.92 0.5
Hex F5 60 A 0 3D 60 4 16 5C 32
Octal 365 140 12 0 75 140 4 26 134 62
Binary 11110101 1100000 1010 0 111101 1100000 100 10110 1011100 110010

Color Harmonies of #F5600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5600A

Black with #F5600A

Text Example


Text Example

White with #F5600A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5600A; }

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

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

background-color css

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

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

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

border-color css

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

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

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