Html Css Color HEX #FD5A2D Outrageous Orange

📋 copy color: '#FD5A2D'

red 253 ◦ green 90 ◦ blue 45

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

Shades of Outrageous Orange #FD5A2D

Tints of Outrageous Orange #FD5A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.6%

R = 65.21%
G = 23.2%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD5A2D (or 0xFD5A2D) is known color: Outrageous Orange. HEX triplet: FD, 5A and 2D. RGB value is (253,90,45). Sum of RGB (Red+Green+Blue) = 253+90+45=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5A2D is #02A5D2. Grayscale: #858585. Windows color (decimal): -173523 or 2972413. OLE color: 2972413.

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

Color convert

RGB 253 90 45 -
CMYK 0 0.64 0.82 0.01
HSL 12.98º 0.98% 0.58% -
HSV(B) 12.98º 0.82% 0.99% -
XYZ 44.64 28.38 5.61 -
YUV 133.61 78 213.16 -
System Red Green Blue C M Y K H S L
Decimal 253 90 45 0 0.64 0.82 0.01 12.98 0.98 0.58
Hex FD 5A 2D 0 40 52 1 D 62 3A
Octal 375 132 55 0 100 122 1 15 142 72
Binary 11111101 1011010 101101 0 1000000 1010010 1 1101 1100010 111010

Color Harmonies of #FD5A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A2D

Black with #FD5A2D

Text Example


Text Example

White with #FD5A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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