Html Css Color HEX #FD322A Red Orange

📋 copy color: '#FD322A'

red 253 ◦ green 50 ◦ blue 42

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

Shades of Red Orange #FD322A

Tints of Red Orange #FD322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.49%

 BLUE value IS 42 (16.8% from 255) = 12.17%

R = 73.33%
G = 14.49%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD322A (or 0xFD322A) is known color: Red Orange. HEX triplet: FD, 32 and 2A. RGB value is (253,50,42). Sum of RGB (Red+Green+Blue) = 253+50+42=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD322A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD322A is #02CDD5. Grayscale: #6E6E6E. Windows color (decimal): -183766 or 2765565. OLE color: 2765565.

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

Color convert

RGB 253 50 42 -
CMYK 0 0.80 0.83 0.01
HSL 2.27º 0.98% 0.58% -
HSV(B) 2.27º 0.83% 0.99% -
XYZ 42.07 23.33 4.48 -
YUV 109.79 89.75 230.15 -
System Red Green Blue C M Y K H S L
Decimal 253 50 42 0 0.80 0.83 0.01 2.27 0.98 0.58
Hex FD 32 2A 0 50 53 1 2 62 3A
Octal 375 62 52 0 120 123 1 2 142 72
Binary 11111101 110010 101010 0 1010000 1010011 1 10 1100010 111010

Color Harmonies of #FD322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD322A

Black with #FD322A

Text Example


Text Example

White with #FD322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD322A; }

 p { color: rgb(253,50,42); }

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

background-color css

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

 a { background-color: rgb(253,50,42); }

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

border-color css

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

 span { border-color: rgb(253,50,42); }

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