Html Css Color HEX #F56F01 Safety Orange

📋 copy color: '#F56F01'

red 245 ◦ green 111 ◦ blue 1

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

Shades of Safety Orange #F56F01

Tints of Safety Orange #F56F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.09%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 68.63%
G = 31.09%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F56F01 (or 0xF56F01) is known color: Safety Orange. HEX triplet: F5, 6F and 01. RGB value is (245,111,1). Sum of RGB (Red+Green+Blue) = 245+111+1=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56F01 is #0A90FE. Grayscale: #8B8B8B. Windows color (decimal): -692479 or 94197. OLE color: 94197.

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

Color convert

RGB 245 111 1 -
CMYK 0 0.55 1.00 0.04
HSL 27.05º 0.99% 0.48% -
HSV(B) 27.05º 1% 0.96% -
XYZ 43.35 30.78 3.69 -
YUV 138.53 50.39 203.94 -
System Red Green Blue C M Y K H S L
Decimal 245 111 1 0 0.55 1.00 0.04 27.05 0.99 0.48
Hex F5 6F 1 0 37 64 4 1B 63 30
Octal 365 157 1 0 67 144 4 33 143 60
Binary 11110101 1101111 1 0 110111 1100100 100 11011 1100011 110000

Color Harmonies of #F56F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56F01

Black with #F56F01

Text Example


Text Example

White with #F56F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56F01; }

 p { color: rgb(245,111,1); }

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

background-color css

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

 a { background-color: rgb(245,111,1); }

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

border-color css

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

 span { border-color: rgb(245,111,1); }

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