Html Css Color HEX #FD321B Red Orange

📋 copy color: '#FD321B'

red 253 ◦ green 50 ◦ blue 27

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

Shades of Red Orange #FD321B

Tints of Red Orange #FD321B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 76.67%
G = 15.15%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD321B (or 0xFD321B) is known color: Red Orange. HEX triplet: FD, 32 and 1B. RGB value is (253,50,27). Sum of RGB (Red+Green+Blue) = 253+50+27=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD321B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD321B is #02CDE4. Grayscale: #6C6C6C. Windows color (decimal): -183781 or 1782525. OLE color: 1782525.

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

Color convert

RGB 253 50 27 -
CMYK 0 0.80 0.89 0.01
HSL 6.11º 0.98% 0.55% -
HSV(B) 6.11º 0.89% 0.99% -
XYZ 41.85 23.24 3.32 -
YUV 108.08 82.25 231.37 -
System Red Green Blue C M Y K H S L
Decimal 253 50 27 0 0.80 0.89 0.01 6.11 0.98 0.55
Hex FD 32 1B 0 50 59 1 6 62 37
Octal 375 62 33 0 120 131 1 6 142 67
Binary 11111101 110010 11011 0 1010000 1011001 1 110 1100010 110111

Color Harmonies of #FD321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD321B

Black with #FD321B

Text Example


Text Example

White with #FD321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD321B; }

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

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

background-color css

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

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

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

border-color css

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

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

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