Html Css Color HEX #FD5E25 Outrageous Orange

📋 copy color: '#FD5E25'

red 253 ◦ green 94 ◦ blue 37

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

Shades of Outrageous Orange #FD5E25

Tints of Outrageous Orange #FD5E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.64%

R = 65.89%
G = 24.48%
B = 9.64%

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

#FD5E25 (or 0xFD5E25) is known color: Outrageous Orange. HEX triplet: FD, 5E and 25. RGB value is (253,94,37). Sum of RGB (Red+Green+Blue) = 253+94+37=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5E25 is #02A1DA. Grayscale: #878787. Windows color (decimal): -172507 or 2449149. OLE color: 2449149.

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

Color convert

RGB 253 94 37 -
CMYK 0 0.63 0.85 0.01
HSL 15.83º 0.98% 0.57% -
HSV(B) 15.83º 0.85% 0.99% -
XYZ 44.84 29.02 4.99 -
YUV 135.04 72.68 212.13 -
System Red Green Blue C M Y K H S L
Decimal 253 94 37 0 0.63 0.85 0.01 15.83 0.98 0.57
Hex FD 5E 25 0 3F 55 1 10 62 39
Octal 375 136 45 0 77 125 1 20 142 71
Binary 11111101 1011110 100101 0 111111 1010101 1 10000 1100010 111001

Color Harmonies of #FD5E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5E25

Black with #FD5E25

Text Example


Text Example

White with #FD5E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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