Html Css Color HEX #FC4534 Red Orange

📋 copy color: '#FC4534'

red 252 ◦ green 69 ◦ blue 52

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

Shades of Red Orange #FC4534

Tints of Red Orange #FC4534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.5%

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

R = 67.56%
G = 18.5%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC4534 (or 0xFC4534) is known color: Red Orange. HEX triplet: FC, 45 and 34. RGB value is (252,69,52). Sum of RGB (Red+Green+Blue) = 252+69+52=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4534 is #03BACB. Grayscale: #7A7A7A. Windows color (decimal): -244428 or 3425788. OLE color: 3425788.

HSL color Cylindrical-coordinate representation of color #FC4534: hue angle of 5.1º 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 #FC4534 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 69 52 -
CMYK 0 0.73 0.79 0.01
HSL 5.1º 0.97% 0.6% -
HSV(B) 5.1º 0.79% 0.99% -
XYZ 42.89 25.2 5.85 -
YUV 121.78 88.63 220.88 -
System Red Green Blue C M Y K H S L
Decimal 252 69 52 0 0.73 0.79 0.01 5.1 0.97 0.6
Hex FC 45 34 0 49 4F 1 5 61 3C
Octal 374 105 64 0 111 117 1 5 141 74
Binary 11111100 1000101 110100 0 1001001 1001111 1 101 1100001 111100

Color Harmonies of #FC4534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4534

Black with #FC4534

Text Example


Text Example

White with #FC4534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4534; }

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

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

background-color css

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

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

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

border-color css

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

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

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