Html Css Color HEX #FD5A32 Outrageous Orange

📋 copy color: '#FD5A32'

red 253 ◦ green 90 ◦ blue 50

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

Shades of Outrageous Orange #FD5A32

Tints of Outrageous Orange #FD5A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.72%

R = 64.38%
G = 22.9%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD5A32 (or 0xFD5A32) is known color: Outrageous Orange. HEX triplet: FD, 5A and 32. RGB value is (253,90,50). Sum of RGB (Red+Green+Blue) = 253+90+50=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5A32 is #02A5CD. Grayscale: #868686. Windows color (decimal): -173518 or 3300093. OLE color: 3300093.

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

Color convert

RGB 253 90 50 -
CMYK 0 0.64 0.80 0.01
HSL 11.82º 0.98% 0.59% -
HSV(B) 11.82º 0.8% 0.99% -
XYZ 44.74 28.43 6.15 -
YUV 134.18 80.5 212.75 -
System Red Green Blue C M Y K H S L
Decimal 253 90 50 0 0.64 0.80 0.01 11.82 0.98 0.59
Hex FD 5A 32 0 40 50 1 C 62 3B
Octal 375 132 62 0 100 120 1 14 142 73
Binary 11111101 1011010 110010 0 1000000 1010000 1 1100 1100010 111011

Color Harmonies of #FD5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A32

Black with #FD5A32

Text Example


Text Example

White with #FD5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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