Html Css Color HEX #FC2F2B Red Orange

📋 copy color: '#FC2F2B'

red 252 ◦ green 47 ◦ blue 43

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

Shades of Red Orange #FC2F2B

Tints of Red Orange #FC2F2B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.74%

 BLUE value IS 43 (17.19% from 255) = 12.57%

R = 73.68%
G = 13.74%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC2F2B (or 0xFC2F2B) is known color: Red Orange. HEX triplet: FC, 2F and 2B. RGB value is (252,47,43). Sum of RGB (Red+Green+Blue) = 252+47+43=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2F2B is #03D0D4. Grayscale: #6C6C6C. Windows color (decimal): -250069 or 2830332. OLE color: 2830332.

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

Color convert

RGB 252 47 43 -
CMYK 0 0.81 0.83 0.01
HSL 1.15º 0.97% 0.58% -
HSV(B) 1.15º 0.83% 0.99% -
XYZ 41.6 22.9 4.51 -
YUV 107.84 91.42 230.83 -
System Red Green Blue C M Y K H S L
Decimal 252 47 43 0 0.81 0.83 0.01 1.15 0.97 0.58
Hex FC 2F 2B 0 51 53 1 1 61 3A
Octal 374 57 53 0 121 123 1 1 141 72
Binary 11111100 101111 101011 0 1010001 1010011 1 1 1100001 111010

Color Harmonies of #FC2F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2F2B

Black with #FC2F2B

Text Example


Text Example

White with #FC2F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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