Html Css Color HEX #FD5C32 Outrageous Orange

📋 copy color: '#FD5C32'

red 253 ◦ green 92 ◦ blue 50

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

Shades of Outrageous Orange #FD5C32

Tints of Outrageous Orange #FD5C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.66%

R = 64.05%
G = 23.29%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD5C32 (or 0xFD5C32) is known color: Outrageous Orange. HEX triplet: FD, 5C and 32. RGB value is (253,92,50). Sum of RGB (Red+Green+Blue) = 253+92+50=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5C32 is #02A3CD. Grayscale: #878787. Windows color (decimal): -173006 or 3300605. OLE color: 3300605.

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

Color convert

RGB 253 92 50 -
CMYK 0 0.64 0.80 0.01
HSL 12.41º 0.98% 0.59% -
HSV(B) 12.41º 0.8% 0.99% -
XYZ 44.91 28.77 6.2 -
YUV 135.35 79.84 211.92 -
System Red Green Blue C M Y K H S L
Decimal 253 92 50 0 0.64 0.80 0.01 12.41 0.98 0.59
Hex FD 5C 32 0 40 50 1 C 62 3B
Octal 375 134 62 0 100 120 1 14 142 73
Binary 11111101 1011100 110010 0 1000000 1010000 1 1100 1100010 111011

Color Harmonies of #FD5C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C32

Black with #FD5C32

Text Example


Text Example

White with #FD5C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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