Html Css Color HEX #FC3500 Orange Red

📋 copy color: '#FC3500'

red 252 ◦ green 53 ◦ blue 0

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

Shades of Orange Red #FC3500

Tints of Orange Red #FC3500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.62%
G = 17.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC3500 (or 0xFC3500) is known color: Orange Red. HEX triplet: FC, 35 and 00. RGB value is (252,53,0). Sum of RGB (Red+Green+Blue) = 252+53+0=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3500 is #03CAFF. Grayscale: #6A6A6A. Windows color (decimal): -248576 or 13820. OLE color: 13820.

HSL color Cylindrical-coordinate representation of color #FC3500: hue angle of 12.62º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC3500 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 53 0 -
CMYK 0 0.79 1 0.01
HSL 12.62º 1% 0.49% -
HSV(B) 12.62º 1% 0.99% -
XYZ 41.42 23.24 2.3 -
YUV 106.46 67.93 231.81 -
System Red Green Blue C M Y K H S L
Decimal 252 53 0 0 0.79 1 0.01 12.62 1 0.49
Hex FC 35 0 0 4F 64 1 D 64 31
Octal 374 65 0 0 117 144 1 15 144 61
Binary 11111100 110101 0 0 1001111 1100100 1 1101 1100100 110001

Color Harmonies of #FC3500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3500

Black with #FC3500

Text Example


Text Example

White with #FC3500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3500; }

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

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

background-color css

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

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

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

border-color css

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

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

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