Html Css Color HEX #F24315 Orange Red

📋 copy color: '#F24315'

red 242 ◦ green 67 ◦ blue 21

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

Shades of Orange Red #F24315

Tints of Orange Red #F24315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.3%

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

R = 73.33%
G = 20.3%
B = 6.36%

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

#F24315 (or 0xF24315) is known color: Orange Red. HEX triplet: F2, 43 and 15. RGB value is (242,67,21). Sum of RGB (Red+Green+Blue) = 242+67+21=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F24315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24315 is #0DBCEA. Grayscale: #727272. Windows color (decimal): -900331 or 1393650. OLE color: 1393650.

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

Color convert

RGB 242 67 21 -
CMYK 0 0.72 0.91 0.05
HSL 12.49º 0.89% 0.52% -
HSV(B) 12.49º 0.91% 0.95% -
XYZ 38.76 22.95 3.1 -
YUV 114.08 75.48 219.24 -
System Red Green Blue C M Y K H S L
Decimal 242 67 21 0 0.72 0.91 0.05 12.49 0.89 0.52
Hex F2 43 15 0 48 5B 5 C 59 34
Octal 362 103 25 0 110 133 5 14 131 64
Binary 11110010 1000011 10101 0 1001000 1011011 101 1100 1011001 110100

Color Harmonies of #F24315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24315

Black with #F24315

Text Example


Text Example

White with #F24315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24315; }

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

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

background-color css

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

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

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

border-color css

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

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

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