Html Css Color HEX #FD5D3C Outrageous Orange

📋 copy color: '#FD5D3C'

red 253 ◦ green 93 ◦ blue 60

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

Shades of Outrageous Orange #FD5D3C

Tints of Outrageous Orange #FD5D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.78%

R = 62.32%
G = 22.91%
B = 14.78%

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

#FD5D3C (or 0xFD5D3C) is known color: Outrageous Orange. HEX triplet: FD, 5D and 3C. RGB value is (253,93,60). Sum of RGB (Red+Green+Blue) = 253+93+60=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5D3C is #02A2C3. Grayscale: #898989. Windows color (decimal): -172740 or 3956221. OLE color: 3956221.

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

Color convert

RGB 253 93 60 -
CMYK 0 0.63 0.76 0.01
HSL 10.26º 0.98% 0.61% -
HSV(B) 10.26º 0.76% 0.99% -
XYZ 45.24 29.04 7.5 -
YUV 137.08 84.51 210.68 -
System Red Green Blue C M Y K H S L
Decimal 253 93 60 0 0.63 0.76 0.01 10.26 0.98 0.61
Hex FD 5D 3C 0 3F 4C 1 A 62 3D
Octal 375 135 74 0 77 114 1 12 142 75
Binary 11111101 1011101 111100 0 111111 1001100 1 1010 1100010 111101

Color Harmonies of #FD5D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5D3C

Black with #FD5D3C

Text Example


Text Example

White with #FD5D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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