Html Css Color HEX #F24113 Orange Red

📋 copy color: '#F24113'

red 242 ◦ green 65 ◦ blue 19

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

Shades of Orange Red #F24113

Tints of Orange Red #F24113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.83%

R = 74.23%
G = 19.94%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F24113 (or 0xF24113) is known color: Orange Red. HEX triplet: F2, 41 and 13. RGB value is (242,65,19). Sum of RGB (Red+Green+Blue) = 242+65+19=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F24113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24113 is #0DBEEC. Grayscale: #717171. Windows color (decimal): -900845 or 1262066. OLE color: 1262066.

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

Color convert

RGB 242 65 19 -
CMYK 0 0.73 0.92 0.05
HSL 12.38º 0.9% 0.51% -
HSV(B) 12.38º 0.92% 0.95% -
XYZ 38.63 22.7 2.96 -
YUV 112.68 75.14 220.24 -
System Red Green Blue C M Y K H S L
Decimal 242 65 19 0 0.73 0.92 0.05 12.38 0.9 0.51
Hex F2 41 13 0 49 5C 5 C 5A 33
Octal 362 101 23 0 111 134 5 14 132 63
Binary 11110010 1000001 10011 0 1001001 1011100 101 1100 1011010 110011

Color Harmonies of #F24113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24113

Black with #F24113

Text Example


Text Example

White with #F24113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24113; }

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

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

background-color css

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

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

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

border-color css

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

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

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