Html Css Color HEX #FC3800 Orange Red

📋 copy color: '#FC3800'

red 252 ◦ green 56 ◦ blue 0

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

Shades of Orange Red #FC3800

Tints of Orange Red #FC3800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

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

R = 81.82%
G = 18.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC3800 (or 0xFC3800) is known color: Orange Red. HEX triplet: FC, 38 and 00. RGB value is (252,56,0). Sum of RGB (Red+Green+Blue) = 252+56+0=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3800 is #03C7FF. Grayscale: #6C6C6C. Windows color (decimal): -247808 or 14588. OLE color: 14588.

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

Color convert

RGB 252 56 0 -
CMYK 0 0.78 1 0.01
HSL 13.33º 1% 0.49% -
HSV(B) 13.33º 1% 0.99% -
XYZ 41.56 23.52 2.35 -
YUV 108.22 66.93 230.55 -
System Red Green Blue C M Y K H S L
Decimal 252 56 0 0 0.78 1 0.01 13.33 1 0.49
Hex FC 38 0 0 4E 64 1 D 64 31
Octal 374 70 0 0 116 144 1 15 144 61
Binary 11111100 111000 0 0 1001110 1100100 1 1101 1100100 110001

Color Harmonies of #FC3800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3800

Black with #FC3800

Text Example


Text Example

White with #FC3800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3800; }

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

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

background-color css

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

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

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

border-color css

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

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

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