Html Css Color HEX #F46401 Safety Orange

📋 copy color: '#F46401'

red 244 ◦ green 100 ◦ blue 1

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

Shades of Safety Orange #F46401

Tints of Safety Orange #F46401

RGB

 RED value IS 244 (95.7% from 255) = 70.72%

 GREEN value IS 100 (39.45% from 255) = 28.99%

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

R = 70.72%
G = 28.99%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F46401 (or 0xF46401) is known color: Safety Orange. HEX triplet: F4, 64 and 01. RGB value is (244,100,1). Sum of RGB (Red+Green+Blue) = 244+100+1=345 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.72% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 244 - color contains mainly: red. Hex color #F46401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46401 is #0B9BFE. Grayscale: #848484. Windows color (decimal): -760831 or 91380. OLE color: 91380.

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

Color convert

RGB 244 100 1 -
CMYK 0 0.59 1.00 0.04
HSL 24.44º 0.99% 0.48% -
HSV(B) 24.44º 1% 0.96% -
XYZ 41.87 28.35 3.29 -
YUV 131.77 54.21 208.05 -
System Red Green Blue C M Y K H S L
Decimal 244 100 1 0 0.59 1.00 0.04 24.44 0.99 0.48
Hex F4 64 1 0 3B 64 4 18 63 30
Octal 364 144 1 0 73 144 4 30 143 60
Binary 11110100 1100100 1 0 111011 1100100 100 11000 1100011 110000

Color Harmonies of #F46401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46401

Black with #F46401

Text Example


Text Example

White with #F46401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46401; }

 p { color: rgb(244,100,1); }

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

background-color css

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

 a { background-color: rgb(244,100,1); }

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

border-color css

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

 span { border-color: rgb(244,100,1); }

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