Html Css Color HEX #FC331C Red Orange

📋 copy color: '#FC331C'

red 252 ◦ green 51 ◦ blue 28

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

Shades of Red Orange #FC331C

Tints of Red Orange #FC331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

 BLUE value IS 28 (11.33% from 255) = 8.46%

R = 76.13%
G = 15.41%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC331C (or 0xFC331C) is known color: Red Orange. HEX triplet: FC, 33 and 1C. RGB value is (252,51,28). Sum of RGB (Red+Green+Blue) = 252+51+28=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC331C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC331C is #03CCE3. Grayscale: #6C6C6C. Windows color (decimal): -249060 or 1848316. OLE color: 1848316.

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

Color convert

RGB 252 51 28 -
CMYK 0 0.80 0.89 0.01
HSL 6.16º 0.97% 0.55% -
HSV(B) 6.16º 0.89% 0.99% -
XYZ 41.54 23.15 3.38 -
YUV 108.48 82.59 230.37 -
System Red Green Blue C M Y K H S L
Decimal 252 51 28 0 0.80 0.89 0.01 6.16 0.97 0.55
Hex FC 33 1C 0 50 59 1 6 61 37
Octal 374 63 34 0 120 131 1 6 141 67
Binary 11111100 110011 11100 0 1010000 1011001 1 110 1100001 110111

Color Harmonies of #FC331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC331C

Black with #FC331C

Text Example


Text Example

White with #FC331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC331C; }

 p { color: rgb(252,51,28); }

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

background-color css

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

 a { background-color: rgb(252,51,28); }

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

border-color css

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

 span { border-color: rgb(252,51,28); }

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