Html Css Color HEX #F2443A Red Orange

📋 copy color: '#F2443A'

red 242 ◦ green 68 ◦ blue 58

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

Shades of Red Orange #F2443A

Tints of Red Orange #F2443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.76%

R = 65.76%
G = 18.48%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2443A (or 0xF2443A) is known color: Red Orange. HEX triplet: F2, 44 and 3A. RGB value is (242,68,58). Sum of RGB (Red+Green+Blue) = 242+68+58=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F2443A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2443A is #0DBBC5. Grayscale: #777777. Windows color (decimal): -900038 or 3818738. OLE color: 3818738.

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

Color convert

RGB 242 68 58 -
CMYK 0 0.72 0.76 0.05
HSL 3.26º 0.88% 0.59% -
HSV(B) 3.26º 0.76% 0.95% -
XYZ 39.45 23.32 6.42 -
YUV 118.89 93.65 215.81 -
System Red Green Blue C M Y K H S L
Decimal 242 68 58 0 0.72 0.76 0.05 3.26 0.88 0.59
Hex F2 44 3A 0 48 4C 5 3 58 3B
Octal 362 104 72 0 110 114 5 3 130 73
Binary 11110010 1000100 111010 0 1001000 1001100 101 11 1011000 111011

Color Harmonies of #F2443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2443A

Black with #F2443A

Text Example


Text Example

White with #F2443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2443A; }

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

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

background-color css

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

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

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

border-color css

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

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

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