Html Css Color HEX #FC552F Outrageous Orange

📋 copy color: '#FC552F'

red 252 ◦ green 85 ◦ blue 47

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

Shades of Outrageous Orange #FC552F

Tints of Outrageous Orange #FC552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.24%

R = 65.63%
G = 22.14%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC552F (or 0xFC552F) is known color: Outrageous Orange. HEX triplet: FC, 55 and 2F. RGB value is (252,85,47). Sum of RGB (Red+Green+Blue) = 252+85+47=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC552F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC552F is #03AAD0. Grayscale: #828282. Windows color (decimal): -240337 or 3102204. OLE color: 3102204.

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

Color convert

RGB 252 85 47 -
CMYK 0 0.66 0.81 0.01
HSL 11.12º 0.97% 0.59% -
HSV(B) 11.12º 0.81% 0.99% -
XYZ 43.91 27.4 5.66 -
YUV 130.6 80.83 214.59 -
System Red Green Blue C M Y K H S L
Decimal 252 85 47 0 0.66 0.81 0.01 11.12 0.97 0.59
Hex FC 55 2F 0 42 51 1 B 61 3B
Octal 374 125 57 0 102 121 1 13 141 73
Binary 11111100 1010101 101111 0 1000010 1010001 1 1011 1100001 111011

Color Harmonies of #FC552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC552F

Black with #FC552F

Text Example


Text Example

White with #FC552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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