Html Css Color HEX #F56202 Safety Orange

📋 copy color: '#F56202'

red 245 ◦ green 98 ◦ blue 2

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

Shades of Safety Orange #F56202

Tints of Safety Orange #F56202

RGB

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

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

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

R = 71.01%
G = 28.41%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F56202 (or 0xF56202) is known color: Safety Orange. HEX triplet: F5, 62 and 02. RGB value is (245,98,2). Sum of RGB (Red+Green+Blue) = 245+98+2=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F56202 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56202 is #0A9DFD. Grayscale: #838383. Windows color (decimal): -695806 or 156405. OLE color: 156405.

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

Color convert

RGB 245 98 2 -
CMYK 0 0.6 0.99 0.04
HSL 23.7º 0.98% 0.48% -
HSV(B) 23.7º 0.99% 0.96% -
XYZ 42.03 28.15 3.28 -
YUV 131.01 55.2 209.31 -
System Red Green Blue C M Y K H S L
Decimal 245 98 2 0 0.6 0.99 0.04 23.7 0.98 0.48
Hex F5 62 2 0 3C 63 4 18 62 30
Octal 365 142 2 0 74 143 4 30 142 60
Binary 11110101 1100010 10 0 111100 1100011 100 11000 1100010 110000

Color Harmonies of #F56202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56202

Black with #F56202

Text Example


Text Example

White with #F56202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56202; }

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

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

background-color css

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

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

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

border-color css

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

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

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