Html Css Color HEX #FC400F Orange Red

📋 copy color: '#FC400F'

red 252 ◦ green 64 ◦ blue 15

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

Shades of Orange Red #FC400F

Tints of Orange Red #FC400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.53%

R = 76.13%
G = 19.34%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC400F (or 0xFC400F) is known color: Orange Red. HEX triplet: FC, 40 and 0F. RGB value is (252,64,15). Sum of RGB (Red+Green+Blue) = 252+64+15=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC400F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC400F is #03BFF0. Grayscale: #737373. Windows color (decimal): -245745 or 999676. OLE color: 999676.

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

Color convert

RGB 252 64 15 -
CMYK 0 0.75 0.94 0.01
HSL 12.41º 0.98% 0.52% -
HSV(B) 12.41º 0.94% 0.99% -
XYZ 42.06 24.4 2.94 -
YUV 114.63 71.78 225.98 -
System Red Green Blue C M Y K H S L
Decimal 252 64 15 0 0.75 0.94 0.01 12.41 0.98 0.52
Hex FC 40 F 0 4B 5E 1 C 62 34
Octal 374 100 17 0 113 136 1 14 142 64
Binary 11111100 1000000 1111 0 1001011 1011110 1 1100 1100010 110100

Color Harmonies of #FC400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC400F

Black with #FC400F

Text Example


Text Example

White with #FC400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC400F; }

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

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

background-color css

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

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

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

border-color css

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

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

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