Html Css Color HEX #FF4C32 Red Orange

📋 copy color: '#FF4C32'

red 255 ◦ green 76 ◦ blue 50

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

Shades of Red Orange #FF4C32

Tints of Red Orange #FF4C32

RGB

 RED value IS 255 (100% from 255) = 66.93%

 GREEN value IS 76 (30.08% from 255) = 19.95%

 BLUE value IS 50 (19.92% from 255) = 13.12%

R = 66.93%
G = 19.95%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF4C32 (or 0xFF4C32) is known color: Red Orange. HEX triplet: FF, 4C and 32. RGB value is (255,76,50). Sum of RGB (Red+Green+Blue) = 255+76+50=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4C32 is #00B3CD. Grayscale: #7E7E7E. Windows color (decimal): -46030 or 3296511. OLE color: 3296511.

HSL color Cylindrical-coordinate representation of color #FF4C32: hue angle of 7.61º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF4C32 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 76 50 -
CMYK 0 0.70 0.80 0
HSL 7.61º 1% 0.6% -
HSV(B) 7.61º 0.8% 1% -
XYZ 44.4 26.66 5.82 -
YUV 126.56 84.8 219.61 -
System Red Green Blue C M Y K H S L
Decimal 255 76 50 0 0.70 0.80 0 7.61 1 0.6
Hex FF 4C 32 0 46 50 0 8 64 3C
Octal 377 114 62 0 106 120 0 10 144 74
Binary 11111111 1001100 110010 0 1000110 1010000 0 1000 1100100 111100

Color Harmonies of #FF4C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4C32

Black with #FF4C32

Text Example


Text Example

White with #FF4C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4C32; }

 p { color: rgb(255,76,50); }

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

background-color css

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

 a { background-color: rgb(255,76,50); }

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

border-color css

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

 span { border-color: rgb(255,76,50); }

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