Html Css Color HEX #FD5431 Outrageous Orange

📋 copy color: '#FD5431'

red 253 ◦ green 84 ◦ blue 49

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

Shades of Outrageous Orange #FD5431

Tints of Outrageous Orange #FD5431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.76%

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

R = 65.54%
G = 21.76%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD5431 (or 0xFD5431) is known color: Outrageous Orange. HEX triplet: FD, 54 and 31. RGB value is (253,84,49). Sum of RGB (Red+Green+Blue) = 253+84+49=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5431 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5431 is #02ABCE. Grayscale: #828282. Windows color (decimal): -175055 or 3233021. OLE color: 3233021.

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

Color convert

RGB 253 84 49 -
CMYK 0 0.67 0.81 0.01
HSL 10.29º 0.98% 0.59% -
HSV(B) 10.29º 0.81% 0.99% -
XYZ 44.23 27.45 5.87 -
YUV 130.54 81.99 215.35 -
System Red Green Blue C M Y K H S L
Decimal 253 84 49 0 0.67 0.81 0.01 10.29 0.98 0.59
Hex FD 54 31 0 43 51 1 A 62 3B
Octal 375 124 61 0 103 121 1 12 142 73
Binary 11111101 1010100 110001 0 1000011 1010001 1 1010 1100010 111011

Color Harmonies of #FD5431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5431

Black with #FD5431

Text Example


Text Example

White with #FD5431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5431; }

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

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

background-color css

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

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

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

border-color css

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

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

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