Html Css Color HEX #FD5C34 Outrageous Orange

📋 copy color: '#FD5C34'

red 253 ◦ green 92 ◦ blue 52

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

Shades of Outrageous Orange #FD5C34

Tints of Outrageous Orange #FD5C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.1%

R = 63.73%
G = 23.17%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD5C34 (or 0xFD5C34) is known color: Outrageous Orange. HEX triplet: FD, 5C and 34. RGB value is (253,92,52). Sum of RGB (Red+Green+Blue) = 253+92+52=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5C34 is #02A3CB. Grayscale: #878787. Windows color (decimal): -173004 or 3431677. OLE color: 3431677.

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

Color convert

RGB 253 92 52 -
CMYK 0 0.64 0.79 0.01
HSL 11.94º 0.98% 0.6% -
HSV(B) 11.94º 0.79% 0.99% -
XYZ 44.95 28.78 6.44 -
YUV 135.58 80.84 211.75 -
System Red Green Blue C M Y K H S L
Decimal 253 92 52 0 0.64 0.79 0.01 11.94 0.98 0.6
Hex FD 5C 34 0 40 4F 1 C 62 3C
Octal 375 134 64 0 100 117 1 14 142 74
Binary 11111101 1011100 110100 0 1000000 1001111 1 1100 1100010 111100

Color Harmonies of #FD5C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C34

Black with #FD5C34

Text Example


Text Example

White with #FD5C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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