Html Css Color HEX #F24415 Orange Red

📋 copy color: '#F24415'

red 242 ◦ green 68 ◦ blue 21

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

Shades of Orange Red #F24415

Tints of Orange Red #F24415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.34%

R = 73.11%
G = 20.54%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F24415 (or 0xF24415) is known color: Orange Red. HEX triplet: F2, 44 and 15. RGB value is (242,68,21). Sum of RGB (Red+Green+Blue) = 242+68+21=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F24415 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24415 is #0DBBEA. Grayscale: #737373. Windows color (decimal): -900075 or 1393906. OLE color: 1393906.

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

Color convert

RGB 242 68 21 -
CMYK 0 0.72 0.91 0.05
HSL 12.76º 0.89% 0.52% -
HSV(B) 12.76º 0.91% 0.95% -
XYZ 38.82 23.07 3.12 -
YUV 114.67 75.15 218.82 -
System Red Green Blue C M Y K H S L
Decimal 242 68 21 0 0.72 0.91 0.05 12.76 0.89 0.52
Hex F2 44 15 0 48 5B 5 D 59 34
Octal 362 104 25 0 110 133 5 15 131 64
Binary 11110010 1000100 10101 0 1001000 1011011 101 1101 1011001 110100

Color Harmonies of #F24415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24415

Black with #F24415

Text Example


Text Example

White with #F24415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24415; }

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

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

background-color css

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

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

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

border-color css

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

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

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