Html Css Color HEX #FD5C3E Outrageous Orange

📋 copy color: '#FD5C3E'

red 253 ◦ green 92 ◦ blue 62

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

Shades of Outrageous Orange #FD5C3E

Tints of Outrageous Orange #FD5C3E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.6%

 BLUE value IS 62 (24.61% from 255) = 15.23%

R = 62.16%
G = 22.6%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD5C3E (or 0xFD5C3E) is known color: Outrageous Orange. HEX triplet: FD, 5C and 3E. RGB value is (253,92,62). Sum of RGB (Red+Green+Blue) = 253+92+62=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5C3E is #02A3C1. Grayscale: #888888. Windows color (decimal): -172994 or 4087037. OLE color: 4087037.

HSL color Cylindrical-coordinate representation of color #FD5C3E: hue angle of 9.42º 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 #FD5C3E is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 92 62 -
CMYK 0 0.64 0.75 0.01
HSL 9.42º 0.98% 0.62% -
HSV(B) 9.42º 0.75% 0.99% -
XYZ 45.2 28.88 7.75 -
YUV 136.72 85.84 210.94 -
System Red Green Blue C M Y K H S L
Decimal 253 92 62 0 0.64 0.75 0.01 9.42 0.98 0.62
Hex FD 5C 3E 0 40 4B 1 9 62 3E
Octal 375 134 76 0 100 113 1 11 142 76
Binary 11111101 1011100 111110 0 1000000 1001011 1 1001 1100010 111110

Color Harmonies of #FD5C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C3E

Black with #FD5C3E

Text Example


Text Example

White with #FD5C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C3E; }

 p { color: rgb(253,92,62); }

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

background-color css

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

 a { background-color: rgb(253,92,62); }

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

border-color css

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

 span { border-color: rgb(253,92,62); }

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