Html Css Color HEX #FD5A1D Outrageous Orange

📋 copy color: '#FD5A1D'

red 253 ◦ green 90 ◦ blue 29

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

Shades of Outrageous Orange #FD5A1D

Tints of Outrageous Orange #FD5A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.8%

R = 68.01%
G = 24.19%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD5A1D (or 0xFD5A1D) is known color: Outrageous Orange. HEX triplet: FD, 5A and 1D. RGB value is (253,90,29). Sum of RGB (Red+Green+Blue) = 253+90+29=372 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.01% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5A1D is #02A5E2. Grayscale: #848484. Windows color (decimal): -173539 or 1923837. OLE color: 1923837.

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

Color convert

RGB 253 90 29 -
CMYK 0 0.64 0.89 0.01
HSL 16.34º 0.98% 0.55% -
HSV(B) 16.34º 0.89% 0.99% -
XYZ 44.39 28.28 4.28 -
YUV 131.78 70 214.46 -
System Red Green Blue C M Y K H S L
Decimal 253 90 29 0 0.64 0.89 0.01 16.34 0.98 0.55
Hex FD 5A 1D 0 40 59 1 10 62 37
Octal 375 132 35 0 100 131 1 20 142 67
Binary 11111101 1011010 11101 0 1000000 1011001 1 10000 1100010 110111

Color Harmonies of #FD5A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A1D

Black with #FD5A1D

Text Example


Text Example

White with #FD5A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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