Html Css Color HEX #FD5C28 Outrageous Orange

📋 copy color: '#FD5C28'

red 253 ◦ green 92 ◦ blue 40

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

Shades of Outrageous Orange #FD5C28

Tints of Outrageous Orange #FD5C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.39%

R = 65.71%
G = 23.9%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD5C28 (or 0xFD5C28) is known color: Outrageous Orange. HEX triplet: FD, 5C and 28. RGB value is (253,92,40). Sum of RGB (Red+Green+Blue) = 253+92+40=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5C28 is #02A3D7. Grayscale: #868686. Windows color (decimal): -173016 or 2645245. OLE color: 2645245.

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

Color convert

RGB 253 92 40 -
CMYK 0 0.64 0.84 0.01
HSL 14.65º 0.98% 0.57% -
HSV(B) 14.65º 0.84% 0.99% -
XYZ 44.72 28.69 5.19 -
YUV 134.21 74.84 212.73 -
System Red Green Blue C M Y K H S L
Decimal 253 92 40 0 0.64 0.84 0.01 14.65 0.98 0.57
Hex FD 5C 28 0 40 54 1 F 62 39
Octal 375 134 50 0 100 124 1 17 142 71
Binary 11111101 1011100 101000 0 1000000 1010100 1 1111 1100010 111001

Color Harmonies of #FD5C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C28

Black with #FD5C28

Text Example


Text Example

White with #FD5C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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