Html Css Color HEX #FC3A29 Red Orange

📋 copy color: '#FC3A29'

red 252 ◦ green 58 ◦ blue 41

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

Shades of Red Orange #FC3A29

Tints of Red Orange #FC3A29

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.52%

 BLUE value IS 41 (16.41% from 255) = 11.68%

R = 71.79%
G = 16.52%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC3A29 (or 0xFC3A29) is known color: Red Orange. HEX triplet: FC, 3A and 29. RGB value is (252,58,41). Sum of RGB (Red+Green+Blue) = 252+58+41=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A29 is #03C5D6. Grayscale: #727272. Windows color (decimal): -247255 or 2702076. OLE color: 2702076.

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

Color convert

RGB 252 58 41 -
CMYK 0 0.77 0.84 0.01
HSL 4.83º 0.97% 0.57% -
HSV(B) 4.83º 0.84% 0.99% -
XYZ 42.06 23.88 4.49 -
YUV 114.07 86.77 226.38 -
System Red Green Blue C M Y K H S L
Decimal 252 58 41 0 0.77 0.84 0.01 4.83 0.97 0.57
Hex FC 3A 29 0 4D 54 1 5 61 39
Octal 374 72 51 0 115 124 1 5 141 71
Binary 11111100 111010 101001 0 1001101 1010100 1 101 1100001 111001

Color Harmonies of #FC3A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A29

Black with #FC3A29

Text Example


Text Example

White with #FC3A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A29; }

 p { color: rgb(252,58,41); }

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

background-color css

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

 a { background-color: rgb(252,58,41); }

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

border-color css

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

 span { border-color: rgb(252,58,41); }

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