Html Css Color HEX #FC2B1F Red Orange

📋 copy color: '#FC2B1F'

red 252 ◦ green 43 ◦ blue 31

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

Shades of Red Orange #FC2B1F

Tints of Red Orange #FC2B1F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.19%

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

R = 77.3%
G = 13.19%
B = 9.51%

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

#FC2B1F (or 0xFC2B1F) is known color: Red Orange. HEX triplet: FC, 2B and 1F. RGB value is (252,43,31). Sum of RGB (Red+Green+Blue) = 252+43+31=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2B1F is #03D4E0. Grayscale: #686868. Windows color (decimal): -251105 or 2042876. OLE color: 2042876.

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

Color convert

RGB 252 43 31 -
CMYK 0 0.83 0.88 0.01
HSL 3.26º 0.97% 0.55% -
HSV(B) 3.26º 0.88% 0.99% -
XYZ 41.26 22.52 3.47 -
YUV 104.12 86.74 233.48 -
System Red Green Blue C M Y K H S L
Decimal 252 43 31 0 0.83 0.88 0.01 3.26 0.97 0.55
Hex FC 2B 1F 0 53 58 1 3 61 37
Octal 374 53 37 0 123 130 1 3 141 67
Binary 11111100 101011 11111 0 1010011 1011000 1 11 1100001 110111

Color Harmonies of #FC2B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2B1F

Black with #FC2B1F

Text Example


Text Example

White with #FC2B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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