Html Css Color HEX #FD5C27 Outrageous Orange

📋 copy color: '#FD5C27'

red 253 ◦ green 92 ◦ blue 39

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

Shades of Outrageous Orange #FD5C27

Tints of Outrageous Orange #FD5C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.16%

R = 65.89%
G = 23.96%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD5C27 (or 0xFD5C27) is known color: Outrageous Orange. HEX triplet: FD, 5C and 27. RGB value is (253,92,39). Sum of RGB (Red+Green+Blue) = 253+92+39=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 39 (15.62% from 255 or 10.16% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5C27 is #02A3D8. Grayscale: #868686. Windows color (decimal): -173017 or 2579709. OLE color: 2579709.

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

Color convert

RGB 253 92 39 -
CMYK 0 0.64 0.85 0.01
HSL 14.86º 0.98% 0.57% -
HSV(B) 14.86º 0.85% 0.99% -
XYZ 44.7 28.68 5.1 -
YUV 134.1 74.34 212.81 -
System Red Green Blue C M Y K H S L
Decimal 253 92 39 0 0.64 0.85 0.01 14.86 0.98 0.57
Hex FD 5C 27 0 40 55 1 F 62 39
Octal 375 134 47 0 100 125 1 17 142 71
Binary 11111101 1011100 100111 0 1000000 1010101 1 1111 1100010 111001

Color Harmonies of #FD5C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C27

Black with #FD5C27

Text Example


Text Example

White with #FD5C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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