Html Css Color HEX #F56A07 Safety Orange

📋 copy color: '#F56A07'

red 245 ◦ green 106 ◦ blue 7

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

Shades of Safety Orange #F56A07

Tints of Safety Orange #F56A07

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.61%

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

R = 68.44%
G = 29.61%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F56A07 (or 0xF56A07) is known color: Safety Orange. HEX triplet: F5, 6A and 07. RGB value is (245,106,7). Sum of RGB (Red+Green+Blue) = 245+106+7=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56A07 is #0A95F8. Grayscale: #888888. Windows color (decimal): -693753 or 486133. OLE color: 486133.

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

Color convert

RGB 245 106 7 -
CMYK 0 0.57 0.97 0.04
HSL 24.96º 0.94% 0.49% -
HSV(B) 24.96º 0.97% 0.96% -
XYZ 42.85 29.74 3.68 -
YUV 136.28 55.05 205.55 -
System Red Green Blue C M Y K H S L
Decimal 245 106 7 0 0.57 0.97 0.04 24.96 0.94 0.49
Hex F5 6A 7 0 39 61 4 19 5E 31
Octal 365 152 7 0 71 141 4 31 136 61
Binary 11110101 1101010 111 0 111001 1100001 100 11001 1011110 110001

Color Harmonies of #F56A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56A07

Black with #F56A07

Text Example


Text Example

White with #F56A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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