Html Css Color HEX #FF462A Red Orange

📋 copy color: '#FF462A'

red 255 ◦ green 70 ◦ blue 42

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

Shades of Red Orange #FF462A

Tints of Red Orange #FF462A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.44%

R = 69.48%
G = 19.07%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF462A (or 0xFF462A) is known color: Red Orange. HEX triplet: FF, 46 and 2A. RGB value is (255,70,42). Sum of RGB (Red+Green+Blue) = 255+70+42=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF462A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF462A is #00B9D5. Grayscale: #7A7A7A. Windows color (decimal): -47574 or 2770687. OLE color: 2770687.

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

Color convert

RGB 255 70 42 -
CMYK 0 0.73 0.84 0
HSL 7.89º 1% 0.58% -
HSV(B) 7.89º 0.84% 1% -
XYZ 43.85 25.81 4.86 -
YUV 122.12 82.79 222.78 -
System Red Green Blue C M Y K H S L
Decimal 255 70 42 0 0.73 0.84 0 7.89 1 0.58
Hex FF 46 2A 0 49 54 0 8 64 3A
Octal 377 106 52 0 111 124 0 10 144 72
Binary 11111111 1000110 101010 0 1001001 1010100 0 1000 1100100 111010

Color Harmonies of #FF462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF462A

Black with #FF462A

Text Example


Text Example

White with #FF462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF462A; }

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

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

background-color css

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

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

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

border-color css

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

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

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