Html Css Color HEX #FC4527 Red Orange

📋 copy color: '#FC4527'

red 252 ◦ green 69 ◦ blue 39

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

Shades of Red Orange #FC4527

Tints of Red Orange #FC4527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.83%

R = 70%
G = 19.17%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC4527 (or 0xFC4527) is known color: Red Orange. HEX triplet: FC, 45 and 27. RGB value is (252,69,39). Sum of RGB (Red+Green+Blue) = 252+69+39=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4527 is #03BAD8. Grayscale: #787878. Windows color (decimal): -244441 or 2573820. OLE color: 2573820.

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

Color convert

RGB 252 69 39 -
CMYK 0 0.73 0.85 0.01
HSL 8.45º 0.97% 0.57% -
HSV(B) 8.45º 0.85% 0.99% -
XYZ 42.64 25.1 4.52 -
YUV 120.3 82.13 221.94 -
System Red Green Blue C M Y K H S L
Decimal 252 69 39 0 0.73 0.85 0.01 8.45 0.97 0.57
Hex FC 45 27 0 49 55 1 8 61 39
Octal 374 105 47 0 111 125 1 10 141 71
Binary 11111100 1000101 100111 0 1001001 1010101 1 1000 1100001 111001

Color Harmonies of #FC4527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4527

Black with #FC4527

Text Example


Text Example

White with #FC4527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4527; }

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

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

background-color css

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

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

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

border-color css

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

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

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