Html Css Color HEX #FD5A28 Outrageous Orange

📋 copy color: '#FD5A28'

red 253 ◦ green 90 ◦ blue 40

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

Shades of Outrageous Orange #FD5A28

Tints of Outrageous Orange #FD5A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.44%

R = 66.06%
G = 23.5%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD5A28 (or 0xFD5A28) is known color: Outrageous Orange. HEX triplet: FD, 5A and 28. RGB value is (253,90,40). Sum of RGB (Red+Green+Blue) = 253+90+40=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5A28 is #02A5D7. Grayscale: #858585. Windows color (decimal): -173528 or 2644733. OLE color: 2644733.

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

Color convert

RGB 253 90 40 -
CMYK 0 0.64 0.84 0.01
HSL 14.08º 0.98% 0.57% -
HSV(B) 14.08º 0.84% 0.99% -
XYZ 44.55 28.35 5.13 -
YUV 133.04 75.5 213.57 -
System Red Green Blue C M Y K H S L
Decimal 253 90 40 0 0.64 0.84 0.01 14.08 0.98 0.57
Hex FD 5A 28 0 40 54 1 E 62 39
Octal 375 132 50 0 100 124 1 16 142 71
Binary 11111101 1011010 101000 0 1000000 1010100 1 1110 1100010 111001

Color Harmonies of #FD5A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A28

Black with #FD5A28

Text Example


Text Example

White with #FD5A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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