Html Css Color HEX #FD5E2A Outrageous Orange

📋 copy color: '#FD5E2A'

red 253 ◦ green 94 ◦ blue 42

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

Shades of Outrageous Orange #FD5E2A

Tints of Outrageous Orange #FD5E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.8%

R = 65.04%
G = 24.16%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD5E2A (or 0xFD5E2A) is known color: Outrageous Orange. HEX triplet: FD, 5E and 2A. RGB value is (253,94,42). Sum of RGB (Red+Green+Blue) = 253+94+42=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5E2A is #02A1D5. Grayscale: #878787. Windows color (decimal): -172502 or 2776829. OLE color: 2776829.

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

Color convert

RGB 253 94 42 -
CMYK 0 0.63 0.83 0.01
HSL 14.79º 0.98% 0.58% -
HSV(B) 14.79º 0.83% 0.99% -
XYZ 44.93 29.06 5.43 -
YUV 135.61 75.18 211.73 -
System Red Green Blue C M Y K H S L
Decimal 253 94 42 0 0.63 0.83 0.01 14.79 0.98 0.58
Hex FD 5E 2A 0 3F 53 1 F 62 3A
Octal 375 136 52 0 77 123 1 17 142 72
Binary 11111101 1011110 101010 0 111111 1010011 1 1111 1100010 111010

Color Harmonies of #FD5E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5E2A

Black with #FD5E2A

Text Example


Text Example

White with #FD5E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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