Html Css Color HEX #FD401A Red Orange

📋 copy color: '#FD401A'

red 253 ◦ green 64 ◦ blue 26

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

Shades of Red Orange #FD401A

Tints of Red Orange #FD401A

RGB

 RED value IS 253 (99.22% from 255) = 73.76%

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

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

R = 73.76%
G = 18.66%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD401A (or 0xFD401A) is known color: Red Orange. HEX triplet: FD, 40 and 1A. RGB value is (253,64,26). Sum of RGB (Red+Green+Blue) = 253+64+26=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD401A is #02BFE5. Grayscale: #747474. Windows color (decimal): -180198 or 1720573. OLE color: 1720573.

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

Color convert

RGB 253 64 26 -
CMYK 0 0.75 0.90 0.01
HSL 10.04º 0.98% 0.55% -
HSV(B) 10.04º 0.9% 0.99% -
XYZ 42.53 24.62 3.49 -
YUV 116.18 77.12 225.59 -
System Red Green Blue C M Y K H S L
Decimal 253 64 26 0 0.75 0.90 0.01 10.04 0.98 0.55
Hex FD 40 1A 0 4B 5A 1 A 62 37
Octal 375 100 32 0 113 132 1 12 142 67
Binary 11111101 1000000 11010 0 1001011 1011010 1 1010 1100010 110111

Color Harmonies of #FD401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD401A

Black with #FD401A

Text Example


Text Example

White with #FD401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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