Html Css Color HEX #FD403A Red Orange

📋 copy color: '#FD403A'

red 253 ◦ green 64 ◦ blue 58

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

Shades of Red Orange #FD403A

Tints of Red Orange #FD403A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.47%

R = 67.47%
G = 17.07%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD403A (or 0xFD403A) is known color: Red Orange. HEX triplet: FD, 40 and 3A. RGB value is (253,64,58). Sum of RGB (Red+Green+Blue) = 253+64+58=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD403A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD403A is #02BFC5. Grayscale: #787878. Windows color (decimal): -180166 or 3817725. OLE color: 3817725.

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

Color convert

RGB 253 64 58 -
CMYK 0 0.75 0.77 0.01
HSL 1.85º 0.98% 0.61% -
HSV(B) 1.85º 0.77% 0.99% -
XYZ 43.11 24.85 6.53 -
YUV 119.83 93.12 222.99 -
System Red Green Blue C M Y K H S L
Decimal 253 64 58 0 0.75 0.77 0.01 1.85 0.98 0.61
Hex FD 40 3A 0 4B 4D 1 2 62 3D
Octal 375 100 72 0 113 115 1 2 142 75
Binary 11111101 1000000 111010 0 1001011 1001101 1 10 1100010 111101

Color Harmonies of #FD403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD403A

Black with #FD403A

Text Example


Text Example

White with #FD403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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