Html Css Color HEX #FF401A Red Orange

📋 copy color: '#FF401A'

red 255 ◦ green 64 ◦ blue 26

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

Shades of Red Orange #FF401A

Tints of Red Orange #FF401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.55%

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 73.91%
G = 18.55%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF401A (or 0xFF401A) is known color: Red Orange. HEX triplet: FF, 40 and 1A. RGB value is (255,64,26). Sum of RGB (Red+Green+Blue) = 255+64+26=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF401A is #00BFE5. Grayscale: #757575. Windows color (decimal): -49126 or 1720575. OLE color: 1720575.

HSL color Cylindrical-coordinate representation of color #FF401A: hue angle of 9.96º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF401A is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 64 26 -
CMYK 0 0.75 0.90 0
HSL 9.96º 1% 0.55% -
HSV(B) 9.96º 0.9% 1% -
XYZ 43.26 25 3.52 -
YUV 116.78 76.78 226.59 -
System Red Green Blue C M Y K H S L
Decimal 255 64 26 0 0.75 0.90 0 9.96 1 0.55
Hex FF 40 1A 0 4B 5A 0 A 64 37
Octal 377 100 32 0 113 132 0 12 144 67
Binary 11111111 1000000 11010 0 1001011 1011010 0 1010 1100100 110111

Color Harmonies of #FF401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF401A

Black with #FF401A

Text Example


Text Example

White with #FF401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF401A; }

 p { color: rgb(255,64,26); }

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

background-color css

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

 a { background-color: rgb(255,64,26); }

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

border-color css

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

 span { border-color: rgb(255,64,26); }

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