Html Css Color HEX #FC5529 Outrageous Orange

📋 copy color: '#FC5529'

red 252 ◦ green 85 ◦ blue 41

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

Shades of Outrageous Orange #FC5529

Tints of Outrageous Orange #FC5529

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.49%

 BLUE value IS 41 (16.41% from 255) = 10.85%

R = 66.67%
G = 22.49%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC5529 (or 0xFC5529) is known color: Outrageous Orange. HEX triplet: FC, 55 and 29. RGB value is (252,85,41). Sum of RGB (Red+Green+Blue) = 252+85+41=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 41 (16.41% from 255 or 10.85% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5529 is #03AAD6. Grayscale: #828282. Windows color (decimal): -240343 or 2708988. OLE color: 2708988.

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

Color convert

RGB 252 85 41 -
CMYK 0 0.66 0.84 0.01
HSL 12.51º 0.97% 0.57% -
HSV(B) 12.51º 0.84% 0.99% -
XYZ 43.79 27.35 5.07 -
YUV 129.92 77.83 215.08 -
System Red Green Blue C M Y K H S L
Decimal 252 85 41 0 0.66 0.84 0.01 12.51 0.97 0.57
Hex FC 55 29 0 42 54 1 D 61 39
Octal 374 125 51 0 102 124 1 15 141 71
Binary 11111100 1010101 101001 0 1000010 1010100 1 1101 1100001 111001

Color Harmonies of #FC5529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5529

Black with #FC5529

Text Example


Text Example

White with #FC5529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5529; }

 p { color: rgb(252,85,41); }

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

background-color css

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

 a { background-color: rgb(252,85,41); }

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

border-color css

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

 span { border-color: rgb(252,85,41); }

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