Html Css Color HEX #F24615 Orange Red

📋 copy color: '#F24615'

red 242 ◦ green 70 ◦ blue 21

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

Shades of Orange Red #F24615

Tints of Orange Red #F24615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.02%

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

R = 72.67%
G = 21.02%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F24615 (or 0xF24615) is known color: Orange Red. HEX triplet: F2, 46 and 15. RGB value is (242,70,21). Sum of RGB (Red+Green+Blue) = 242+70+21=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F24615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24615 is #0DB9EA. Grayscale: #747474. Windows color (decimal): -899563 or 1394418. OLE color: 1394418.

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

Color convert

RGB 242 70 21 -
CMYK 0 0.71 0.91 0.05
HSL 13.3º 0.89% 0.52% -
HSV(B) 13.3º 0.91% 0.95% -
XYZ 38.94 23.31 3.16 -
YUV 115.84 74.48 217.98 -
System Red Green Blue C M Y K H S L
Decimal 242 70 21 0 0.71 0.91 0.05 13.3 0.89 0.52
Hex F2 46 15 0 47 5B 5 D 59 34
Octal 362 106 25 0 107 133 5 15 131 64
Binary 11110010 1000110 10101 0 1000111 1011011 101 1101 1011001 110100

Color Harmonies of #F24615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24615

Black with #F24615

Text Example


Text Example

White with #F24615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24615; }

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

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

background-color css

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

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

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

border-color css

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

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

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