Html Css Color HEX #FC552A Outrageous Orange

📋 copy color: '#FC552A'

red 252 ◦ green 85 ◦ blue 42

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

Shades of Outrageous Orange #FC552A

Tints of Outrageous Orange #FC552A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.08%

R = 66.49%
G = 22.43%
B = 11.08%

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

#FC552A (or 0xFC552A) is known color: Outrageous Orange. HEX triplet: FC, 55 and 2A. RGB value is (252,85,42). Sum of RGB (Red+Green+Blue) = 252+85+42=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC552A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC552A is #03AAD5. Grayscale: #828282. Windows color (decimal): -240342 or 2774524. OLE color: 2774524.

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

Color convert

RGB 252 85 42 -
CMYK 0 0.66 0.83 0.01
HSL 12.29º 0.97% 0.58% -
HSV(B) 12.29º 0.83% 0.99% -
XYZ 43.81 27.36 5.16 -
YUV 130.03 78.33 215 -
System Red Green Blue C M Y K H S L
Decimal 252 85 42 0 0.66 0.83 0.01 12.29 0.97 0.58
Hex FC 55 2A 0 42 53 1 C 61 3A
Octal 374 125 52 0 102 123 1 14 141 72
Binary 11111100 1010101 101010 0 1000010 1010011 1 1100 1100001 111010

Color Harmonies of #FC552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC552A

Black with #FC552A

Text Example


Text Example

White with #FC552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC552A; }

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

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

background-color css

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

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

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

border-color css

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

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

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