Html Css Color HEX #F56901 Safety Orange

📋 copy color: '#F56901'

red 245 ◦ green 105 ◦ blue 1

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

Shades of Safety Orange #F56901

Tints of Safety Orange #F56901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.91%

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

R = 69.8%
G = 29.91%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F56901 (or 0xF56901) is known color: Safety Orange. HEX triplet: F5, 69 and 01. RGB value is (245,105,1). Sum of RGB (Red+Green+Blue) = 245+105+1=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F56901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56901 is #0A96FE. Grayscale: #878787. Windows color (decimal): -694015 or 92661. OLE color: 92661.

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

Color convert

RGB 245 105 1 -
CMYK 0 0.57 1.00 0.04
HSL 25.57º 0.99% 0.48% -
HSV(B) 25.57º 1% 0.96% -
XYZ 42.71 29.52 3.47 -
YUV 135 52.38 206.46 -
System Red Green Blue C M Y K H S L
Decimal 245 105 1 0 0.57 1.00 0.04 25.57 0.99 0.48
Hex F5 69 1 0 39 64 4 1A 63 30
Octal 365 151 1 0 71 144 4 32 143 60
Binary 11110101 1101001 1 0 111001 1100100 100 11010 1100011 110000

Color Harmonies of #F56901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56901

Black with #F56901

Text Example


Text Example

White with #F56901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56901; }

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

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

background-color css

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

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

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

border-color css

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

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

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