Html Css Color HEX #F56802 Safety Orange

📋 copy color: '#F56802'

red 245 ◦ green 104 ◦ blue 2

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

Shades of Safety Orange #F56802

Tints of Safety Orange #F56802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.63%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 69.8%
G = 29.63%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F56802 (or 0xF56802) is known color: Safety Orange. HEX triplet: F5, 68 and 02. RGB value is (245,104,2). Sum of RGB (Red+Green+Blue) = 245+104+2=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F56802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56802 is #0A97FD. Grayscale: #878787. Windows color (decimal): -694270 or 157941. OLE color: 157941.

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

Color convert

RGB 245 104 2 -
CMYK 0 0.58 0.99 0.04
HSL 25.19º 0.98% 0.48% -
HSV(B) 25.19º 0.99% 0.96% -
XYZ 42.62 29.32 3.47 -
YUV 134.53 53.21 206.79 -
System Red Green Blue C M Y K H S L
Decimal 245 104 2 0 0.58 0.99 0.04 25.19 0.98 0.48
Hex F5 68 2 0 3A 63 4 19 62 30
Octal 365 150 2 0 72 143 4 31 142 60
Binary 11110101 1101000 10 0 111010 1100011 100 11001 1100010 110000

Color Harmonies of #F56802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56802

Black with #F56802

Text Example


Text Example

White with #F56802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56802; }

 p { color: rgb(245,104,2); }

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

background-color css

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

 a { background-color: rgb(245,104,2); }

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

border-color css

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

 span { border-color: rgb(245,104,2); }

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