Html Css Color HEX #FC552E Outrageous Orange

📋 copy color: '#FC552E'

red 252 ◦ green 85 ◦ blue 46

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

Shades of Outrageous Orange #FC552E

Tints of Outrageous Orange #FC552E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.01%

R = 65.8%
G = 22.19%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC552E (or 0xFC552E) is known color: Outrageous Orange. HEX triplet: FC, 55 and 2E. RGB value is (252,85,46). Sum of RGB (Red+Green+Blue) = 252+85+46=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC552E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC552E is #03AAD1. Grayscale: #828282. Windows color (decimal): -240338 or 3036668. OLE color: 3036668.

HSL color Cylindrical-coordinate representation of color #FC552E: hue angle of 11.36º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC552E is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 85 46 -
CMYK 0 0.66 0.82 0.01
HSL 11.36º 0.97% 0.58% -
HSV(B) 11.36º 0.82% 0.99% -
XYZ 43.89 27.39 5.56 -
YUV 130.49 80.33 214.67 -
System Red Green Blue C M Y K H S L
Decimal 252 85 46 0 0.66 0.82 0.01 11.36 0.97 0.58
Hex FC 55 2E 0 42 52 1 B 61 3A
Octal 374 125 56 0 102 122 1 13 141 72
Binary 11111100 1010101 101110 0 1000010 1010010 1 1011 1100001 111010

Color Harmonies of #FC552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC552E

Black with #FC552E

Text Example


Text Example

White with #FC552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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