Html Css Color HEX #FC4A1A Orange Red

📋 copy color: '#FC4A1A'

red 252 ◦ green 74 ◦ blue 26

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

Shades of Orange Red #FC4A1A

Tints of Orange Red #FC4A1A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.02%

 BLUE value IS 26 (10.55% from 255) = 7.39%

R = 71.59%
G = 21.02%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC4A1A (or 0xFC4A1A) is known color: Orange Red. HEX triplet: FC, 4A and 1A. RGB value is (252,74,26). Sum of RGB (Red+Green+Blue) = 252+74+26=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4A1A is #03B5E5. Grayscale: #7A7A7A. Windows color (decimal): -243174 or 1723132. OLE color: 1723132.

HSL color Cylindrical-coordinate representation of color #FC4A1A: hue angle of 12.74º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC4A1A is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 74 26 -
CMYK 0 0.71 0.90 0.01
HSL 12.74º 0.97% 0.55% -
HSV(B) 12.74º 0.9% 0.99% -
XYZ 42.78 25.67 3.68 -
YUV 121.75 73.97 220.9 -
System Red Green Blue C M Y K H S L
Decimal 252 74 26 0 0.71 0.90 0.01 12.74 0.97 0.55
Hex FC 4A 1A 0 47 5A 1 D 61 37
Octal 374 112 32 0 107 132 1 15 141 67
Binary 11111100 1001010 11010 0 1000111 1011010 1 1101 1100001 110111

Color Harmonies of #FC4A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A1A

Black with #FC4A1A

Text Example


Text Example

White with #FC4A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A1A; }

 p { color: rgb(252,74,26); }

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

background-color css

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

 a { background-color: rgb(252,74,26); }

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

border-color css

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

 span { border-color: rgb(252,74,26); }

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