Html Css Color HEX #FC331E Red Orange

📋 copy color: '#FC331E'

red 252 ◦ green 51 ◦ blue 30

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

Shades of Red Orange #FC331E

Tints of Red Orange #FC331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.01%

R = 75.68%
G = 15.32%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC331E (or 0xFC331E) is known color: Red Orange. HEX triplet: FC, 33 and 1E. RGB value is (252,51,30). Sum of RGB (Red+Green+Blue) = 252+51+30=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC331E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC331E is #03CCE1. Grayscale: #6C6C6C. Windows color (decimal): -249058 or 1979388. OLE color: 1979388.

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

Color convert

RGB 252 51 30 -
CMYK 0 0.80 0.88 0.01
HSL 5.68º 0.97% 0.55% -
HSV(B) 5.68º 0.88% 0.99% -
XYZ 41.56 23.16 3.51 -
YUV 108.71 83.59 230.21 -
System Red Green Blue C M Y K H S L
Decimal 252 51 30 0 0.80 0.88 0.01 5.68 0.97 0.55
Hex FC 33 1E 0 50 58 1 6 61 37
Octal 374 63 36 0 120 130 1 6 141 67
Binary 11111100 110011 11110 0 1010000 1011000 1 110 1100001 110111

Color Harmonies of #FC331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC331E

Black with #FC331E

Text Example


Text Example

White with #FC331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC331E; }

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

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

background-color css

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

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

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

border-color css

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

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

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