Html Css Color HEX #FC5D26 Outrageous Orange

📋 copy color: '#FC5D26'

red 252 ◦ green 93 ◦ blue 38

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

Shades of Outrageous Orange #FC5D26

Tints of Outrageous Orange #FC5D26

RGB

 RED value IS 252 (98.83% from 255) = 65.8%

 GREEN value IS 93 (36.72% from 255) = 24.28%

 BLUE value IS 38 (15.23% from 255) = 9.92%

R = 65.8%
G = 24.28%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC5D26 (or 0xFC5D26) is known color: Outrageous Orange. HEX triplet: FC, 5D and 26. RGB value is (252,93,38). Sum of RGB (Red+Green+Blue) = 252+93+38=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5D26 is #03A2D9. Grayscale: #868686. Windows color (decimal): -238298 or 2514428. OLE color: 2514428.

HSL color Cylindrical-coordinate representation of color #FC5D26: hue angle of 15.42º degrees, saturation: 0.97, 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 #FC5D26 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 93 38 -
CMYK 0 0.63 0.85 0.01
HSL 15.42º 0.97% 0.57% -
HSV(B) 15.42º 0.85% 0.99% -
XYZ 44.41 28.66 5.03 -
YUV 134.27 73.68 211.97 -
System Red Green Blue C M Y K H S L
Decimal 252 93 38 0 0.63 0.85 0.01 15.42 0.97 0.57
Hex FC 5D 26 0 3F 55 1 F 61 39
Octal 374 135 46 0 77 125 1 17 141 71
Binary 11111100 1011101 100110 0 111111 1010101 1 1111 1100001 111001

Color Harmonies of #FC5D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D26

Black with #FC5D26

Text Example


Text Example

White with #FC5D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D26; }

 p { color: rgb(252,93,38); }

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

background-color css

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

 a { background-color: rgb(252,93,38); }

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

border-color css

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

 span { border-color: rgb(252,93,38); }

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