Html Css Color HEX #F2462D Red Orange

📋 copy color: '#F2462D'

red 242 ◦ green 70 ◦ blue 45

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

Shades of Red Orange #F2462D

Tints of Red Orange #F2462D

RGB

 RED value IS 242 (94.92% from 255) = 67.79%

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

 BLUE value IS 45 (17.97% from 255) = 12.61%

R = 67.79%
G = 19.61%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2462D (or 0xF2462D) is known color: Red Orange. HEX triplet: F2, 46 and 2D. RGB value is (242,70,45). Sum of RGB (Red+Green+Blue) = 242+70+45=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F2462D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2462D is #0DB9D2. Grayscale: #767676. Windows color (decimal): -899539 or 2967282. OLE color: 2967282.

HSL color Cylindrical-coordinate representation of color #F2462D: hue angle of 7.61º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2462D is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 70 45 -
CMYK 0 0.71 0.81 0.05
HSL 7.61º 0.88% 0.56% -
HSV(B) 7.61º 0.81% 0.95% -
XYZ 39.28 23.45 4.94 -
YUV 118.58 86.48 216.03 -
System Red Green Blue C M Y K H S L
Decimal 242 70 45 0 0.71 0.81 0.05 7.61 0.88 0.56
Hex F2 46 2D 0 47 51 5 8 58 38
Octal 362 106 55 0 107 121 5 10 130 70
Binary 11110010 1000110 101101 0 1000111 1010001 101 1000 1011000 111000

Color Harmonies of #F2462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2462D

Black with #F2462D

Text Example


Text Example

White with #F2462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2462D; }

 p { color: rgb(242,70,45); }

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

background-color css

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

 a { background-color: rgb(242,70,45); }

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

border-color css

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

 span { border-color: rgb(242,70,45); }

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