Html Css Color HEX #FD5D1E Outrageous Orange

📋 copy color: '#FD5D1E'

red 253 ◦ green 93 ◦ blue 30

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

Shades of Outrageous Orange #FD5D1E

Tints of Outrageous Orange #FD5D1E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.73%

 BLUE value IS 30 (12.11% from 255) = 7.98%

R = 67.29%
G = 24.73%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD5D1E (or 0xFD5D1E) is known color: Outrageous Orange. HEX triplet: FD, 5D and 1E. RGB value is (253,93,30). Sum of RGB (Red+Green+Blue) = 253+93+30=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5D1E is #02A2E1. Grayscale: #868686. Windows color (decimal): -172770 or 1990141. OLE color: 1990141.

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

Color convert

RGB 253 93 30 -
CMYK 0 0.63 0.88 0.01
HSL 16.95º 0.98% 0.55% -
HSV(B) 16.95º 0.88% 0.99% -
XYZ 44.66 28.81 4.43 -
YUV 133.66 69.51 213.12 -
System Red Green Blue C M Y K H S L
Decimal 253 93 30 0 0.63 0.88 0.01 16.95 0.98 0.55
Hex FD 5D 1E 0 3F 58 1 11 62 37
Octal 375 135 36 0 77 130 1 21 142 67
Binary 11111101 1011101 11110 0 111111 1011000 1 10001 1100010 110111

Color Harmonies of #FD5D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5D1E

Black with #FD5D1E

Text Example


Text Example

White with #FD5D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5D1E; }

 p { color: rgb(253,93,30); }

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

background-color css

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

 a { background-color: rgb(253,93,30); }

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

border-color css

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

 span { border-color: rgb(253,93,30); }

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