Html Css Color HEX #FD401B Red Orange

📋 copy color: '#FD401B'

red 253 ◦ green 64 ◦ blue 27

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

Shades of Red Orange #FD401B

Tints of Red Orange #FD401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.85%

R = 73.55%
G = 18.6%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD401B (or 0xFD401B) is known color: Red Orange. HEX triplet: FD, 40 and 1B. RGB value is (253,64,27). Sum of RGB (Red+Green+Blue) = 253+64+27=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD401B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD401B is #02BFE4. Grayscale: #747474. Windows color (decimal): -180197 or 1786109. OLE color: 1786109.

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

Color convert

RGB 253 64 27 -
CMYK 0 0.75 0.89 0.01
HSL 9.82º 0.98% 0.55% -
HSV(B) 9.82º 0.89% 0.99% -
XYZ 42.54 24.63 3.55 -
YUV 116.29 77.62 225.51 -
System Red Green Blue C M Y K H S L
Decimal 253 64 27 0 0.75 0.89 0.01 9.82 0.98 0.55
Hex FD 40 1B 0 4B 59 1 A 62 37
Octal 375 100 33 0 113 131 1 12 142 67
Binary 11111101 1000000 11011 0 1001011 1011001 1 1010 1100010 110111

Color Harmonies of #FD401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD401B

Black with #FD401B

Text Example


Text Example

White with #FD401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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