Html Css Color HEX #F24136 Red Orange

📋 copy color: '#F24136'

red 242 ◦ green 65 ◦ blue 54

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

Shades of Red Orange #F24136

Tints of Red Orange #F24136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.01%

 BLUE value IS 54 (21.48% from 255) = 14.96%

R = 67.04%
G = 18.01%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F24136 (or 0xF24136) is known color: Red Orange. HEX triplet: F2, 41 and 36. RGB value is (242,65,54). Sum of RGB (Red+Green+Blue) = 242+65+54=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F24136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24136 is #0DBEC9. Grayscale: #747474. Windows color (decimal): -900810 or 3555826. OLE color: 3555826.

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

Color convert

RGB 242 65 54 -
CMYK 0 0.73 0.78 0.05
HSL 3.51º 0.88% 0.58% -
HSV(B) 3.51º 0.78% 0.95% -
XYZ 39.17 22.92 5.85 -
YUV 116.67 92.64 217.39 -
System Red Green Blue C M Y K H S L
Decimal 242 65 54 0 0.73 0.78 0.05 3.51 0.88 0.58
Hex F2 41 36 0 49 4E 5 4 58 3A
Octal 362 101 66 0 111 116 5 4 130 72
Binary 11110010 1000001 110110 0 1001001 1001110 101 100 1011000 111010

Color Harmonies of #F24136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24136

Black with #F24136

Text Example


Text Example

White with #F24136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24136; }

 p { color: rgb(242,65,54); }

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

background-color css

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

 a { background-color: rgb(242,65,54); }

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

border-color css

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

 span { border-color: rgb(242,65,54); }

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