Html Css Color HEX #FF462C Red Orange

📋 copy color: '#FF462C'

red 255 ◦ green 70 ◦ blue 44

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

Shades of Red Orange #FF462C

Tints of Red Orange #FF462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.97%

 BLUE value IS 44 (17.58% from 255) = 11.92%

R = 69.11%
G = 18.97%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF462C (or 0xFF462C) is known color: Red Orange. HEX triplet: FF, 46 and 2C. RGB value is (255,70,44). Sum of RGB (Red+Green+Blue) = 255+70+44=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF462C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF462C is #00B9D3. Grayscale: #7A7A7A. Windows color (decimal): -47572 or 2901759. OLE color: 2901759.

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

Color convert

RGB 255 70 44 -
CMYK 0 0.73 0.83 0
HSL 7.39º 1% 0.59% -
HSV(B) 7.39º 0.83% 1% -
XYZ 43.88 25.82 5.05 -
YUV 122.35 83.79 222.61 -
System Red Green Blue C M Y K H S L
Decimal 255 70 44 0 0.73 0.83 0 7.39 1 0.59
Hex FF 46 2C 0 49 53 0 7 64 3B
Octal 377 106 54 0 111 123 0 7 144 73
Binary 11111111 1000110 101100 0 1001001 1010011 0 111 1100100 111011

Color Harmonies of #FF462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF462C

Black with #FF462C

Text Example


Text Example

White with #FF462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF462C; }

 p { color: rgb(255,70,44); }

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

background-color css

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

 a { background-color: rgb(255,70,44); }

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

border-color css

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

 span { border-color: rgb(255,70,44); }

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