Html Css Color HEX #F2423A Red Orange

📋 copy color: '#F2423A'

red 242 ◦ green 66 ◦ blue 58

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

Shades of Red Orange #F2423A

Tints of Red Orange #F2423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.03%

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

R = 66.12%
G = 18.03%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2423A (or 0xF2423A) is known color: Red Orange. HEX triplet: F2, 42 and 3A. RGB value is (242,66,58). Sum of RGB (Red+Green+Blue) = 242+66+58=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F2423A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2423A is #0DBDC5. Grayscale: #757575. Windows color (decimal): -900550 or 3818226. OLE color: 3818226.

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

Color convert

RGB 242 66 58 -
CMYK 0 0.73 0.76 0.05
HSL 2.61º 0.88% 0.59% -
HSV(B) 2.61º 0.76% 0.95% -
XYZ 39.33 23.08 6.38 -
YUV 117.71 94.31 216.65 -
System Red Green Blue C M Y K H S L
Decimal 242 66 58 0 0.73 0.76 0.05 2.61 0.88 0.59
Hex F2 42 3A 0 49 4C 5 3 58 3B
Octal 362 102 72 0 111 114 5 3 130 73
Binary 11110010 1000010 111010 0 1001001 1001100 101 11 1011000 111011

Color Harmonies of #F2423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2423A

Black with #F2423A

Text Example


Text Example

White with #F2423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2423A; }

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

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

background-color css

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

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

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

border-color css

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

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

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