Html Css Color HEX #FC2A1F Red Orange

📋 copy color: '#FC2A1F'

red 252 ◦ green 42 ◦ blue 31

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

Shades of Red Orange #FC2A1F

Tints of Red Orange #FC2A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.92%

 BLUE value IS 31 (12.5% from 255) = 9.54%

R = 77.54%
G = 12.92%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC2A1F (or 0xFC2A1F) is known color: Red Orange. HEX triplet: FC, 2A and 1F. RGB value is (252,42,31). Sum of RGB (Red+Green+Blue) = 252+42+31=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2A1F is #03D5E0. Grayscale: #676767. Windows color (decimal): -251361 or 2042620. OLE color: 2042620.

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

Color convert

RGB 252 42 31 -
CMYK 0 0.83 0.88 0.01
HSL 2.99º 0.97% 0.55% -
HSV(B) 2.99º 0.88% 0.99% -
XYZ 41.22 22.45 3.46 -
YUV 103.54 87.07 233.89 -
System Red Green Blue C M Y K H S L
Decimal 252 42 31 0 0.83 0.88 0.01 2.99 0.97 0.55
Hex FC 2A 1F 0 53 58 1 3 61 37
Octal 374 52 37 0 123 130 1 3 141 67
Binary 11111100 101010 11111 0 1010011 1011000 1 11 1100001 110111

Color Harmonies of #FC2A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2A1F

Black with #FC2A1F

Text Example


Text Example

White with #FC2A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2A1F; }

 p { color: rgb(252,42,31); }

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

background-color css

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

 a { background-color: rgb(252,42,31); }

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

border-color css

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

 span { border-color: rgb(252,42,31); }

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