Html Css Color HEX #FC551D Outrageous Orange

📋 copy color: '#FC551D'

red 252 ◦ green 85 ◦ blue 29

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

Shades of Outrageous Orange #FC551D

Tints of Outrageous Orange #FC551D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.92%

R = 68.85%
G = 23.22%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC551D (or 0xFC551D) is known color: Outrageous Orange. HEX triplet: FC, 55 and 1D. RGB value is (252,85,29). Sum of RGB (Red+Green+Blue) = 252+85+29=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC551D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC551D is #03AAE2. Grayscale: #808080. Windows color (decimal): -240355 or 1922556. OLE color: 1922556.

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

Color convert

RGB 252 85 29 -
CMYK 0 0.66 0.88 0.01
HSL 15.07º 0.97% 0.55% -
HSV(B) 15.07º 0.88% 0.99% -
XYZ 43.62 27.28 4.13 -
YUV 128.55 71.83 216.05 -
System Red Green Blue C M Y K H S L
Decimal 252 85 29 0 0.66 0.88 0.01 15.07 0.97 0.55
Hex FC 55 1D 0 42 58 1 F 61 37
Octal 374 125 35 0 102 130 1 17 141 67
Binary 11111100 1010101 11101 0 1000010 1011000 1 1111 1100001 110111

Color Harmonies of #FC551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC551D

Black with #FC551D

Text Example


Text Example

White with #FC551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC551D; }

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

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

background-color css

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

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

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

border-color css

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

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

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