Html Css Color HEX #FC3D00 Orange Red

📋 copy color: '#FC3D00'

red 252 ◦ green 61 ◦ blue 0

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

Shades of Orange Red #FC3D00

Tints of Orange Red #FC3D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.49%

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

R = 80.51%
G = 19.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC3D00 (or 0xFC3D00) is known color: Orange Red. HEX triplet: FC, 3D and 00. RGB value is (252,61,0). Sum of RGB (Red+Green+Blue) = 252+61+0=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3D00 is #03C2FF. Grayscale: #6F6F6F. Windows color (decimal): -246528 or 15868. OLE color: 15868.

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

Color convert

RGB 252 61 0 -
CMYK 0 0.76 1 0.01
HSL 14.52º 1% 0.49% -
HSV(B) 14.52º 1% 0.99% -
XYZ 41.81 24.03 2.43 -
YUV 111.16 65.28 228.46 -
System Red Green Blue C M Y K H S L
Decimal 252 61 0 0 0.76 1 0.01 14.52 1 0.49
Hex FC 3D 0 0 4C 64 1 F 64 31
Octal 374 75 0 0 114 144 1 17 144 61
Binary 11111100 111101 0 0 1001100 1100100 1 1111 1100100 110001

Color Harmonies of #FC3D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3D00

Black with #FC3D00

Text Example


Text Example

White with #FC3D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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