Html Css Color HEX #FC4528 Red Orange

📋 copy color: '#FC4528'

red 252 ◦ green 69 ◦ blue 40

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

Shades of Red Orange #FC4528

Tints of Red Orange #FC4528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.08%

R = 69.81%
G = 19.11%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC4528 (or 0xFC4528) is known color: Red Orange. HEX triplet: FC, 45 and 28. RGB value is (252,69,40). Sum of RGB (Red+Green+Blue) = 252+69+40=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4528 is #03BAD7. Grayscale: #787878. Windows color (decimal): -244440 or 2639356. OLE color: 2639356.

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

Color convert

RGB 252 69 40 -
CMYK 0 0.73 0.84 0.01
HSL 8.21º 0.97% 0.57% -
HSV(B) 8.21º 0.84% 0.99% -
XYZ 42.66 25.1 4.6 -
YUV 120.41 82.63 221.86 -
System Red Green Blue C M Y K H S L
Decimal 252 69 40 0 0.73 0.84 0.01 8.21 0.97 0.57
Hex FC 45 28 0 49 54 1 8 61 39
Octal 374 105 50 0 111 124 1 10 141 71
Binary 11111100 1000101 101000 0 1001001 1010100 1 1000 1100001 111001

Color Harmonies of #FC4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4528

Black with #FC4528

Text Example


Text Example

White with #FC4528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4528; }

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

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

background-color css

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

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

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

border-color css

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

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

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