Html Css Color HEX #F2442B Red Orange

📋 copy color: '#F2442B'

red 242 ◦ green 68 ◦ blue 43

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

Shades of Red Orange #F2442B

Tints of Red Orange #F2442B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.18%

R = 68.56%
G = 19.26%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2442B (or 0xF2442B) is known color: Red Orange. HEX triplet: F2, 44 and 2B. RGB value is (242,68,43). Sum of RGB (Red+Green+Blue) = 242+68+43=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F2442B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2442B is #0DBBD4. Grayscale: #757575. Windows color (decimal): -900053 or 2835698. OLE color: 2835698.

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

Color convert

RGB 242 68 43 -
CMYK 0 0.72 0.82 0.05
HSL 7.54º 0.88% 0.56% -
HSV(B) 7.54º 0.82% 0.95% -
XYZ 39.12 23.19 4.7 -
YUV 117.18 86.15 217.03 -
System Red Green Blue C M Y K H S L
Decimal 242 68 43 0 0.72 0.82 0.05 7.54 0.88 0.56
Hex F2 44 2B 0 48 52 5 8 58 38
Octal 362 104 53 0 110 122 5 10 130 70
Binary 11110010 1000100 101011 0 1001000 1010010 101 1000 1011000 111000

Color Harmonies of #F2442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2442B

Black with #F2442B

Text Example


Text Example

White with #F2442B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2442B; }

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

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

background-color css

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

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

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

border-color css

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

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

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