Html Css Color HEX #FC4831 Red Orange

📋 copy color: '#FC4831'

red 252 ◦ green 72 ◦ blue 49

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

Shades of Red Orange #FC4831

Tints of Red Orange #FC4831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.3%

 BLUE value IS 49 (19.53% from 255) = 13.14%

R = 67.56%
G = 19.3%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC4831 (or 0xFC4831) is known color: Red Orange. HEX triplet: FC, 48 and 31. RGB value is (252,72,49). Sum of RGB (Red+Green+Blue) = 252+72+49=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4831 is #03B7CE. Grayscale: #7B7B7B. Windows color (decimal): -243663 or 3229948. OLE color: 3229948.

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

Color convert

RGB 252 72 49 -
CMYK 0 0.71 0.81 0.01
HSL 6.8º 0.97% 0.59% -
HSV(B) 6.8º 0.81% 0.99% -
XYZ 43.02 25.55 5.57 -
YUV 123.2 86.13 219.87 -
System Red Green Blue C M Y K H S L
Decimal 252 72 49 0 0.71 0.81 0.01 6.8 0.97 0.59
Hex FC 48 31 0 47 51 1 7 61 3B
Octal 374 110 61 0 107 121 1 7 141 73
Binary 11111100 1001000 110001 0 1000111 1010001 1 111 1100001 111011

Color Harmonies of #FC4831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4831

Black with #FC4831

Text Example


Text Example

White with #FC4831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4831; }

 p { color: rgb(252,72,49); }

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

background-color css

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

 a { background-color: rgb(252,72,49); }

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

border-color css

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

 span { border-color: rgb(252,72,49); }

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