Html Css Color HEX #FC351E Red Orange

📋 copy color: '#FC351E'

red 252 ◦ green 53 ◦ blue 30

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

Shades of Red Orange #FC351E

Tints of Red Orange #FC351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.82%

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

R = 75.22%
G = 15.82%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC351E (or 0xFC351E) is known color: Red Orange. HEX triplet: FC, 35 and 1E. RGB value is (252,53,30). Sum of RGB (Red+Green+Blue) = 252+53+30=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC351E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC351E is #03CAE1. Grayscale: #6E6E6E. Windows color (decimal): -248546 or 1979900. OLE color: 1979900.

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

Color convert

RGB 252 53 30 -
CMYK 0 0.79 0.88 0.01
HSL 6.22º 0.97% 0.55% -
HSV(B) 6.22º 0.88% 0.99% -
XYZ 41.65 23.34 3.54 -
YUV 109.88 82.93 229.37 -
System Red Green Blue C M Y K H S L
Decimal 252 53 30 0 0.79 0.88 0.01 6.22 0.97 0.55
Hex FC 35 1E 0 4F 58 1 6 61 37
Octal 374 65 36 0 117 130 1 6 141 67
Binary 11111100 110101 11110 0 1001111 1011000 1 110 1100001 110111

Color Harmonies of #FC351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC351E

Black with #FC351E

Text Example


Text Example

White with #FC351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC351E; }

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

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

background-color css

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

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

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

border-color css

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

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

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