Html Css Color HEX #FC3F37 Red Orange

📋 copy color: '#FC3F37'

red 252 ◦ green 63 ◦ blue 55

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

Shades of Red Orange #FC3F37

Tints of Red Orange #FC3F37

RGB

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

 GREEN value IS 63 (25% from 255) = 17.03%

 BLUE value IS 55 (21.88% from 255) = 14.86%

R = 68.11%
G = 17.03%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC3F37 (or 0xFC3F37) is known color: Red Orange. HEX triplet: FC, 3F and 37. RGB value is (252,63,55). Sum of RGB (Red+Green+Blue) = 252+63+55=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3F37 is #03C0C8. Grayscale: #767676. Windows color (decimal): -245961 or 3620860. OLE color: 3620860.

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

Color convert

RGB 252 63 55 -
CMYK 0 0.75 0.78 0.01
HSL 2.44º 0.97% 0.6% -
HSV(B) 2.44º 0.78% 0.99% -
XYZ 42.61 24.53 6.1 -
YUV 118.6 92.12 223.15 -
System Red Green Blue C M Y K H S L
Decimal 252 63 55 0 0.75 0.78 0.01 2.44 0.97 0.6
Hex FC 3F 37 0 4B 4E 1 2 61 3C
Octal 374 77 67 0 113 116 1 2 141 74
Binary 11111100 111111 110111 0 1001011 1001110 1 10 1100001 111100

Color Harmonies of #FC3F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3F37

Black with #FC3F37

Text Example


Text Example

White with #FC3F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3F37; }

 p { color: rgb(252,63,55); }

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

background-color css

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

 a { background-color: rgb(252,63,55); }

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

border-color css

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

 span { border-color: rgb(252,63,55); }

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