Html Css Color HEX #FD322B Red Orange

📋 copy color: '#FD322B'

red 253 ◦ green 50 ◦ blue 43

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

Shades of Red Orange #FD322B

Tints of Red Orange #FD322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.43%

R = 73.12%
G = 14.45%
B = 12.43%

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

#FD322B (or 0xFD322B) is known color: Red Orange. HEX triplet: FD, 32 and 2B. RGB value is (253,50,43). Sum of RGB (Red+Green+Blue) = 253+50+43=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD322B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD322B is #02CDD4. Grayscale: #6E6E6E. Windows color (decimal): -183765 or 2831101. OLE color: 2831101.

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

Color convert

RGB 253 50 43 -
CMYK 0 0.80 0.83 0.01
HSL 0.98% 0.58% -
HSV(B) 0.83% 0.99% -
XYZ 42.08 23.34 4.57 -
YUV 109.9 90.25 230.07 -
System Red Green Blue C M Y K H S L
Decimal 253 50 43 0 0.80 0.83 0.01 2 0.98 0.58
Hex FD 32 2B 0 50 53 1 2 62 3A
Octal 375 62 53 0 120 123 1 2 142 72
Binary 11111101 110010 101011 0 1010000 1010011 1 10 1100010 111010

Color Harmonies of #FD322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD322B

Black with #FD322B

Text Example


Text Example

White with #FD322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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