Html Css Color HEX #FD402D Red Orange

📋 copy color: '#FD402D'

red 253 ◦ green 64 ◦ blue 45

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

Shades of Red Orange #FD402D

Tints of Red Orange #FD402D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.43%

R = 69.89%
G = 17.68%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD402D (or 0xFD402D) is known color: Red Orange. HEX triplet: FD, 40 and 2D. RGB value is (253,64,45). Sum of RGB (Red+Green+Blue) = 253+64+45=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD402D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD402D is #02BFD2. Grayscale: #767676. Windows color (decimal): -180179 or 2965757. OLE color: 2965757.

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

Color convert

RGB 253 64 45 -
CMYK 0 0.75 0.82 0.01
HSL 5.48º 0.98% 0.58% -
HSV(B) 5.48º 0.82% 0.99% -
XYZ 42.82 24.74 5 -
YUV 118.35 86.62 224.04 -
System Red Green Blue C M Y K H S L
Decimal 253 64 45 0 0.75 0.82 0.01 5.48 0.98 0.58
Hex FD 40 2D 0 4B 52 1 5 62 3A
Octal 375 100 55 0 113 122 1 5 142 72
Binary 11111101 1000000 101101 0 1001011 1010010 1 101 1100010 111010

Color Harmonies of #FD402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD402D

Black with #FD402D

Text Example


Text Example

White with #FD402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD402D; }

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

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

background-color css

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

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

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

border-color css

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

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

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