Html Css Color HEX #FD331A Red Orange

📋 copy color: '#FD331A'

red 253 ◦ green 51 ◦ blue 26

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

Shades of Red Orange #FD331A

Tints of Red Orange #FD331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 76.67%
G = 15.45%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD331A (or 0xFD331A) is known color: Red Orange. HEX triplet: FD, 33 and 1A. RGB value is (253,51,26). Sum of RGB (Red+Green+Blue) = 253+51+26=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD331A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD331A is #02CCE5. Grayscale: #6C6C6C. Windows color (decimal): -183526 or 1717245. OLE color: 1717245.

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

Color convert

RGB 253 51 26 -
CMYK 0 0.80 0.90 0.01
HSL 6.61º 0.98% 0.55% -
HSV(B) 6.61º 0.9% 0.99% -
XYZ 41.88 23.32 3.27 -
YUV 108.55 81.42 231.03 -
System Red Green Blue C M Y K H S L
Decimal 253 51 26 0 0.80 0.90 0.01 6.61 0.98 0.55
Hex FD 33 1A 0 50 5A 1 7 62 37
Octal 375 63 32 0 120 132 1 7 142 67
Binary 11111101 110011 11010 0 1010000 1011010 1 111 1100010 110111

Color Harmonies of #FD331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD331A

Black with #FD331A

Text Example


Text Example

White with #FD331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD331A; }

 p { color: rgb(253,51,26); }

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

background-color css

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

 a { background-color: rgb(253,51,26); }

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

border-color css

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

 span { border-color: rgb(253,51,26); }

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