Html Css Color HEX #FC552C Outrageous Orange

📋 copy color: '#FC552C'

red 252 ◦ green 85 ◦ blue 44

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

Shades of Outrageous Orange #FC552C

Tints of Outrageous Orange #FC552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.55%

R = 66.14%
G = 22.31%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC552C (or 0xFC552C) is known color: Outrageous Orange. HEX triplet: FC, 55 and 2C. RGB value is (252,85,44). Sum of RGB (Red+Green+Blue) = 252+85+44=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC552C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC552C is #03AAD3. Grayscale: #828282. Windows color (decimal): -240340 or 2905596. OLE color: 2905596.

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

Color convert

RGB 252 85 44 -
CMYK 0 0.66 0.83 0.01
HSL 11.83º 0.97% 0.58% -
HSV(B) 11.83º 0.83% 0.99% -
XYZ 43.85 27.37 5.36 -
YUV 130.26 79.33 214.83 -
System Red Green Blue C M Y K H S L
Decimal 252 85 44 0 0.66 0.83 0.01 11.83 0.97 0.58
Hex FC 55 2C 0 42 53 1 C 61 3A
Octal 374 125 54 0 102 123 1 14 141 72
Binary 11111100 1010101 101100 0 1000010 1010011 1 1100 1100001 111010

Color Harmonies of #FC552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC552C

Black with #FC552C

Text Example


Text Example

White with #FC552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC552C; }

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

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

background-color css

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

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

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

border-color css

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

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

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