Html Css Color HEX #FD5E26 Outrageous Orange

📋 copy color: '#FD5E26'

red 253 ◦ green 94 ◦ blue 38

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

Shades of Outrageous Orange #FD5E26

Tints of Outrageous Orange #FD5E26

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.42%

 BLUE value IS 38 (15.23% from 255) = 9.87%

R = 65.71%
G = 24.42%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD5E26 (or 0xFD5E26) is known color: Outrageous Orange. HEX triplet: FD, 5E and 26. RGB value is (253,94,38). Sum of RGB (Red+Green+Blue) = 253+94+38=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5E26 is #02A1D9. Grayscale: #878787. Windows color (decimal): -172506 or 2514685. OLE color: 2514685.

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

Color convert

RGB 253 94 38 -
CMYK 0 0.63 0.85 0.01
HSL 15.63º 0.98% 0.57% -
HSV(B) 15.63º 0.85% 0.99% -
XYZ 44.86 29.03 5.07 -
YUV 135.16 73.18 212.05 -
System Red Green Blue C M Y K H S L
Decimal 253 94 38 0 0.63 0.85 0.01 15.63 0.98 0.57
Hex FD 5E 26 0 3F 55 1 10 62 39
Octal 375 136 46 0 77 125 1 20 142 71
Binary 11111101 1011110 100110 0 111111 1010101 1 10000 1100010 111001

Color Harmonies of #FD5E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5E26

Black with #FD5E26

Text Example


Text Example

White with #FD5E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5E26; }

 p { color: rgb(253,94,38); }

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

background-color css

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

 a { background-color: rgb(253,94,38); }

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

border-color css

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

 span { border-color: rgb(253,94,38); }

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