Html Css Color HEX #FD5E3D Outrageous Orange

📋 copy color: '#FD5E3D'

red 253 ◦ green 94 ◦ blue 61

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

Shades of Outrageous Orange #FD5E3D

Tints of Outrageous Orange #FD5E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.95%

R = 62.01%
G = 23.04%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD5E3D (or 0xFD5E3D) is known color: Outrageous Orange. HEX triplet: FD, 5E and 3D. RGB value is (253,94,61). Sum of RGB (Red+Green+Blue) = 253+94+61=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5E3D is #02A1C2. Grayscale: #8A8A8A. Windows color (decimal): -172483 or 4022013. OLE color: 4022013.

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

Color convert

RGB 253 94 61 -
CMYK 0 0.63 0.76 0.01
HSL 10.31º 0.98% 0.62% -
HSV(B) 10.31º 0.76% 0.99% -
XYZ 45.35 29.22 7.67 -
YUV 137.78 84.68 210.18 -
System Red Green Blue C M Y K H S L
Decimal 253 94 61 0 0.63 0.76 0.01 10.31 0.98 0.62
Hex FD 5E 3D 0 3F 4C 1 A 62 3E
Octal 375 136 75 0 77 114 1 12 142 76
Binary 11111101 1011110 111101 0 111111 1001100 1 1010 1100010 111110

Color Harmonies of #FD5E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5E3D

Black with #FD5E3D

Text Example


Text Example

White with #FD5E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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