Html Css Color HEX #FC551F Outrageous Orange

📋 copy color: '#FC551F'

red 252 ◦ green 85 ◦ blue 31

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

Shades of Outrageous Orange #FC551F

Tints of Outrageous Orange #FC551F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.42%

R = 68.48%
G = 23.1%
B = 8.42%

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

#FC551F (or 0xFC551F) is known color: Outrageous Orange. HEX triplet: FC, 55 and 1F. RGB value is (252,85,31). Sum of RGB (Red+Green+Blue) = 252+85+31=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC551F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC551F is #03AAE0. Grayscale: #818181. Windows color (decimal): -240353 or 2053628. OLE color: 2053628.

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

Color convert

RGB 252 85 31 -
CMYK 0 0.66 0.88 0.01
HSL 14.66º 0.97% 0.55% -
HSV(B) 14.66º 0.88% 0.99% -
XYZ 43.64 27.29 4.26 -
YUV 128.78 72.83 215.89 -
System Red Green Blue C M Y K H S L
Decimal 252 85 31 0 0.66 0.88 0.01 14.66 0.97 0.55
Hex FC 55 1F 0 42 58 1 F 61 37
Octal 374 125 37 0 102 130 1 17 141 67
Binary 11111100 1010101 11111 0 1000010 1011000 1 1111 1100001 110111

Color Harmonies of #FC551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC551F

Black with #FC551F

Text Example


Text Example

White with #FC551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC551F; }

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

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

background-color css

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

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

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

border-color css

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

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

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