Html Css Color HEX #F56C07 Safety Orange

📋 copy color: '#F56C07'

red 245 ◦ green 108 ◦ blue 7

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

Shades of Safety Orange #F56C07

Tints of Safety Orange #F56C07

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30%

 BLUE value IS 7 (3.13% from 255) = 1.94%

R = 68.06%
G = 30%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F56C07 (or 0xF56C07) is known color: Safety Orange. HEX triplet: F5, 6C and 07. RGB value is (245,108,7). Sum of RGB (Red+Green+Blue) = 245+108+7=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56C07 is #0A93F8. Grayscale: #898989. Windows color (decimal): -693241 or 486645. OLE color: 486645.

HSL color Cylindrical-coordinate representation of color #F56C07: hue angle of 25.46º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F56C07 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 108 7 -
CMYK 0 0.56 0.97 0.04
HSL 25.46º 0.94% 0.49% -
HSV(B) 25.46º 0.97% 0.96% -
XYZ 43.06 30.15 3.75 -
YUV 137.45 54.39 204.71 -
System Red Green Blue C M Y K H S L
Decimal 245 108 7 0 0.56 0.97 0.04 25.46 0.94 0.49
Hex F5 6C 7 0 38 61 4 19 5E 31
Octal 365 154 7 0 70 141 4 31 136 61
Binary 11110101 1101100 111 0 111000 1100001 100 11001 1011110 110001

Color Harmonies of #F56C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56C07

Black with #F56C07

Text Example


Text Example

White with #F56C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56C07; }

 p { color: rgb(245,108,7); }

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

background-color css

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

 a { background-color: rgb(245,108,7); }

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

border-color css

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

 span { border-color: rgb(245,108,7); }

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