Html Css Color HEX #FF4C2E Red Orange

📋 copy color: '#FF4C2E'

red 255 ◦ green 76 ◦ blue 46

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

Shades of Red Orange #FF4C2E

Tints of Red Orange #FF4C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.2%

R = 67.64%
G = 20.16%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF4C2E (or 0xFF4C2E) is known color: Red Orange. HEX triplet: FF, 4C and 2E. RGB value is (255,76,46). Sum of RGB (Red+Green+Blue) = 255+76+46=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4C2E is #00B3D1. Grayscale: #7E7E7E. Windows color (decimal): -46034 or 3034367. OLE color: 3034367.

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

Color convert

RGB 255 76 46 -
CMYK 0 0.70 0.82 0
HSL 8.61º 1% 0.59% -
HSV(B) 8.61º 0.82% 1% -
XYZ 44.32 26.63 5.39 -
YUV 126.1 82.8 219.94 -
System Red Green Blue C M Y K H S L
Decimal 255 76 46 0 0.70 0.82 0 8.61 1 0.59
Hex FF 4C 2E 0 46 52 0 9 64 3B
Octal 377 114 56 0 106 122 0 11 144 73
Binary 11111111 1001100 101110 0 1000110 1010010 0 1001 1100100 111011

Color Harmonies of #FF4C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4C2E

Black with #FF4C2E

Text Example


Text Example

White with #FF4C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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