Html Css Color HEX #FD5A31 Outrageous Orange

📋 copy color: '#FD5A31'

red 253 ◦ green 90 ◦ blue 49

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

Shades of Outrageous Orange #FD5A31

Tints of Outrageous Orange #FD5A31

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.96%

 BLUE value IS 49 (19.53% from 255) = 12.5%

R = 64.54%
G = 22.96%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD5A31 (or 0xFD5A31) is known color: Outrageous Orange. HEX triplet: FD, 5A and 31. RGB value is (253,90,49). Sum of RGB (Red+Green+Blue) = 253+90+49=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5A31 is #02A5CE. Grayscale: #868686. Windows color (decimal): -173519 or 3234557. OLE color: 3234557.

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

Color convert

RGB 253 90 49 -
CMYK 0 0.64 0.81 0.01
HSL 12.06º 0.98% 0.59% -
HSV(B) 12.06º 0.81% 0.99% -
XYZ 44.72 28.42 6.03 -
YUV 134.06 80 212.83 -
System Red Green Blue C M Y K H S L
Decimal 253 90 49 0 0.64 0.81 0.01 12.06 0.98 0.59
Hex FD 5A 31 0 40 51 1 C 62 3B
Octal 375 132 61 0 100 121 1 14 142 73
Binary 11111101 1011010 110001 0 1000000 1010001 1 1100 1100010 111011

Color Harmonies of #FD5A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A31

Black with #FD5A31

Text Example


Text Example

White with #FD5A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A31; }

 p { color: rgb(253,90,49); }

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

background-color css

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

 a { background-color: rgb(253,90,49); }

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

border-color css

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

 span { border-color: rgb(253,90,49); }

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