Html Css Color HEX #FC4400 Orange Red

📋 copy color: '#FC4400'

red 252 ◦ green 68 ◦ blue 0

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

Shades of Orange Red #FC4400

Tints of Orange Red #FC4400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.25%

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

R = 78.75%
G = 21.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC4400 (or 0xFC4400) is known color: Orange Red. HEX triplet: FC, 44 and 00. RGB value is (252,68,0). Sum of RGB (Red+Green+Blue) = 252+68+0=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4400 is #03BBFF. Grayscale: #737373. Windows color (decimal): -244736 or 17660. OLE color: 17660.

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

Color convert

RGB 252 68 0 -
CMYK 0 0.73 1 0.01
HSL 16.19º 1% 0.49% -
HSV(B) 16.19º 1% 0.99% -
XYZ 42.21 24.83 2.57 -
YUV 115.26 62.96 225.53 -
System Red Green Blue C M Y K H S L
Decimal 252 68 0 0 0.73 1 0.01 16.19 1 0.49
Hex FC 44 0 0 49 64 1 10 64 31
Octal 374 104 0 0 111 144 1 20 144 61
Binary 11111100 1000100 0 0 1001001 1100100 1 10000 1100100 110001

Color Harmonies of #FC4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4400

Black with #FC4400

Text Example


Text Example

White with #FC4400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4400; }

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

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

background-color css

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

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

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

border-color css

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

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

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