Html Css Color HEX #FD322C Red Orange

📋 copy color: '#FD322C'

red 253 ◦ green 50 ◦ blue 44

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

Shades of Red Orange #FD322C

Tints of Red Orange #FD322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.68%

R = 72.91%
G = 14.41%
B = 12.68%

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

#FD322C (or 0xFD322C) is known color: Red Orange. HEX triplet: FD, 32 and 2C. RGB value is (253,50,44). Sum of RGB (Red+Green+Blue) = 253+50+44=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD322C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD322C is #02CDD3. Grayscale: #6E6E6E. Windows color (decimal): -183764 or 2896637. OLE color: 2896637.

HSL color Cylindrical-coordinate representation of color #FD322C: hue angle of 1.72º 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 #FD322C is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 50 44 -
CMYK 0 0.80 0.83 0.01
HSL 1.72º 0.98% 0.58% -
HSV(B) 1.72º 0.83% 0.99% -
XYZ 42.1 23.35 4.67 -
YUV 110.01 90.75 229.99 -
System Red Green Blue C M Y K H S L
Decimal 253 50 44 0 0.80 0.83 0.01 1.72 0.98 0.58
Hex FD 32 2C 0 50 53 1 2 62 3A
Octal 375 62 54 0 120 123 1 2 142 72
Binary 11111101 110010 101100 0 1010000 1010011 1 10 1100010 111010

Color Harmonies of #FD322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD322C

Black with #FD322C

Text Example


Text Example

White with #FD322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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