Html Css Color HEX #F24126 Red Orange

📋 copy color: '#F24126'

red 242 ◦ green 65 ◦ blue 38

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

Shades of Red Orange #F24126

Tints of Red Orange #F24126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.01%

R = 70.14%
G = 18.84%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F24126 (or 0xF24126) is known color: Red Orange. HEX triplet: F2, 41 and 26. RGB value is (242,65,38). Sum of RGB (Red+Green+Blue) = 242+65+38=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F24126 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24126 is #0DBED9. Grayscale: #737373. Windows color (decimal): -900826 or 2507250. OLE color: 2507250.

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

Color convert

RGB 242 65 38 -
CMYK 0 0.73 0.84 0.05
HSL 7.94º 0.89% 0.55% -
HSV(B) 7.94º 0.84% 0.95% -
XYZ 38.86 22.8 4.19 -
YUV 114.85 84.64 218.7 -
System Red Green Blue C M Y K H S L
Decimal 242 65 38 0 0.73 0.84 0.05 7.94 0.89 0.55
Hex F2 41 26 0 49 54 5 8 59 37
Octal 362 101 46 0 111 124 5 10 131 67
Binary 11110010 1000001 100110 0 1001001 1010100 101 1000 1011001 110111

Color Harmonies of #F24126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24126

Black with #F24126

Text Example


Text Example

White with #F24126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24126; }

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

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

background-color css

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

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

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

border-color css

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

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

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