Html Css Color HEX #FC400C Orange Red

📋 copy color: '#FC400C'

red 252 ◦ green 64 ◦ blue 12

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

Shades of Orange Red #FC400C

Tints of Orange Red #FC400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

 BLUE value IS 12 (5.08% from 255) = 3.66%

R = 76.83%
G = 19.51%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC400C (or 0xFC400C) is known color: Orange Red. HEX triplet: FC, 40 and 0C. RGB value is (252,64,12). Sum of RGB (Red+Green+Blue) = 252+64+12=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC400C is #03BFF3. Grayscale: #727272. Windows color (decimal): -245748 or 803068. OLE color: 803068.

HSL color Cylindrical-coordinate representation of color #FC400C: hue angle of 13º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC400C is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 64 12 -
CMYK 0 0.75 0.95 0.01
HSL 13º 0.98% 0.52% -
HSV(B) 13º 0.95% 0.99% -
XYZ 42.04 24.39 2.84 -
YUV 114.28 70.28 226.23 -
System Red Green Blue C M Y K H S L
Decimal 252 64 12 0 0.75 0.95 0.01 13 0.98 0.52
Hex FC 40 C 0 4B 5F 1 D 62 34
Octal 374 100 14 0 113 137 1 15 142 64
Binary 11111100 1000000 1100 0 1001011 1011111 1 1101 1100010 110100

Color Harmonies of #FC400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC400C

Black with #FC400C

Text Example


Text Example

White with #FC400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC400C; }

 p { color: rgb(252,64,12); }

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

background-color css

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

 a { background-color: rgb(252,64,12); }

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

border-color css

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

 span { border-color: rgb(252,64,12); }

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