Html Css Color HEX #FF6401 Safety Orange

📋 copy color: '#FF6401'

red 255 ◦ green 100 ◦ blue 1

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

Shades of Safety Orange #FF6401

Tints of Safety Orange #FF6401

RGB

 RED value IS 255 (100% from 255) = 71.63%

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

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

R = 71.63%
G = 28.09%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF6401 (or 0xFF6401) is known color: Safety Orange. HEX triplet: FF, 64 and 01. RGB value is (255,100,1). Sum of RGB (Red+Green+Blue) = 255+100+1=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6401 is #009BFE. Grayscale: #878787. Windows color (decimal): -39935 or 91391. OLE color: 91391.

HSL color Cylindrical-coordinate representation of color #FF6401: hue angle of 23.39º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF6401 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 100 1 -
CMYK 0 0.61 1.00 0
HSL 23.39º 1% 0.5% -
HSV(B) 23.39º 1% 1% -
XYZ 45.8 30.38 3.48 -
YUV 135.06 52.35 213.55 -
System Red Green Blue C M Y K H S L
Decimal 255 100 1 0 0.61 1.00 0 23.39 1 0.5
Hex FF 64 1 0 3D 64 0 17 64 32
Octal 377 144 1 0 75 144 0 27 144 62
Binary 11111111 1100100 1 0 111101 1100100 0 10111 1100100 110010

Color Harmonies of #FF6401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6401

Black with #FF6401

Text Example


Text Example

White with #FF6401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6401; }

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

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

background-color css

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

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

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

border-color css

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

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

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