Html Css Color HEX #FC4A34 Red Orange

📋 copy color: '#FC4A34'

red 252 ◦ green 74 ◦ blue 52

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

Shades of Red Orange #FC4A34

Tints of Red Orange #FC4A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.58%

 BLUE value IS 52 (20.7% from 255) = 13.76%

R = 66.67%
G = 19.58%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC4A34 (or 0xFC4A34) is known color: Red Orange. HEX triplet: FC, 4A and 34. RGB value is (252,74,52). Sum of RGB (Red+Green+Blue) = 252+74+52=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4A34 is #03B5CB. Grayscale: #7C7C7C. Windows color (decimal): -243148 or 3427068. OLE color: 3427068.

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

Color convert

RGB 252 74 52 -
CMYK 0 0.71 0.79 0.01
HSL 6.6º 0.97% 0.6% -
HSV(B) 6.6º 0.79% 0.99% -
XYZ 43.21 25.84 5.96 -
YUV 124.71 86.97 218.79 -
System Red Green Blue C M Y K H S L
Decimal 252 74 52 0 0.71 0.79 0.01 6.6 0.97 0.6
Hex FC 4A 34 0 47 4F 1 7 61 3C
Octal 374 112 64 0 107 117 1 7 141 74
Binary 11111100 1001010 110100 0 1000111 1001111 1 111 1100001 111100

Color Harmonies of #FC4A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A34

Black with #FC4A34

Text Example


Text Example

White with #FC4A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A34; }

 p { color: rgb(252,74,52); }

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

background-color css

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

 a { background-color: rgb(252,74,52); }

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

border-color css

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

 span { border-color: rgb(252,74,52); }

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