Html Css Color HEX #FD5D3F Outrageous Orange

📋 copy color: '#FD5D3F'

red 253 ◦ green 93 ◦ blue 63

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

Shades of Outrageous Orange #FD5D3F

Tints of Outrageous Orange #FD5D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.4%

R = 61.86%
G = 22.74%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD5D3F (or 0xFD5D3F) is known color: Outrageous Orange. HEX triplet: FD, 5D and 3F. RGB value is (253,93,63). Sum of RGB (Red+Green+Blue) = 253+93+63=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5D3F is #02A2C0. Grayscale: #898989. Windows color (decimal): -172737 or 4152829. OLE color: 4152829.

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

Color convert

RGB 253 93 63 -
CMYK 0 0.63 0.75 0.01
HSL 9.47º 0.98% 0.62% -
HSV(B) 9.47º 0.75% 0.99% -
XYZ 45.32 29.07 7.93 -
YUV 137.42 86.01 210.44 -
System Red Green Blue C M Y K H S L
Decimal 253 93 63 0 0.63 0.75 0.01 9.47 0.98 0.62
Hex FD 5D 3F 0 3F 4B 1 9 62 3E
Octal 375 135 77 0 77 113 1 11 142 76
Binary 11111101 1011101 111111 0 111111 1001011 1 1001 1100010 111110

Color Harmonies of #FD5D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5D3F

Black with #FD5D3F

Text Example


Text Example

White with #FD5D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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