Html Css Color HEX #F2442D Red Orange

📋 copy color: '#F2442D'

red 242 ◦ green 68 ◦ blue 45

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

Shades of Red Orange #F2442D

Tints of Red Orange #F2442D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.15%

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

R = 68.17%
G = 19.15%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2442D (or 0xF2442D) is known color: Red Orange. HEX triplet: F2, 44 and 2D. RGB value is (242,68,45). Sum of RGB (Red+Green+Blue) = 242+68+45=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F2442D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2442D is #0DBBD2. Grayscale: #757575. Windows color (decimal): -900051 or 2966770. OLE color: 2966770.

HSL color Cylindrical-coordinate representation of color #F2442D: hue angle of 7.01º 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 #F2442D is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 68 45 -
CMYK 0 0.72 0.81 0.05
HSL 7.01º 0.88% 0.56% -
HSV(B) 7.01º 0.81% 0.95% -
XYZ 39.16 23.2 4.9 -
YUV 117.4 87.15 216.87 -
System Red Green Blue C M Y K H S L
Decimal 242 68 45 0 0.72 0.81 0.05 7.01 0.88 0.56
Hex F2 44 2D 0 48 51 5 7 58 38
Octal 362 104 55 0 110 121 5 7 130 70
Binary 11110010 1000100 101101 0 1001000 1010001 101 111 1011000 111000

Color Harmonies of #F2442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2442D

Black with #F2442D

Text Example


Text Example

White with #F2442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2442D; }

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

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

background-color css

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

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

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

border-color css

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

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

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