Html Css Color HEX #F24015 Orange Red

📋 copy color: '#F24015'

red 242 ◦ green 64 ◦ blue 21

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

Shades of Orange Red #F24015

Tints of Orange Red #F24015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

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

R = 74.01%
G = 19.57%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F24015 (or 0xF24015) is known color: Orange Red. HEX triplet: F2, 40 and 15. RGB value is (242,64,21). Sum of RGB (Red+Green+Blue) = 242+64+21=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F24015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24015 is #0DBFEA. Grayscale: #707070. Windows color (decimal): -901099 or 1392882. OLE color: 1392882.

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

Color convert

RGB 242 64 21 -
CMYK 0 0.74 0.91 0.05
HSL 11.67º 0.89% 0.52% -
HSV(B) 11.67º 0.91% 0.95% -
XYZ 38.59 22.6 3.04 -
YUV 112.32 76.47 220.5 -
System Red Green Blue C M Y K H S L
Decimal 242 64 21 0 0.74 0.91 0.05 11.67 0.89 0.52
Hex F2 40 15 0 4A 5B 5 C 59 34
Octal 362 100 25 0 112 133 5 14 131 64
Binary 11110010 1000000 10101 0 1001010 1011011 101 1100 1011001 110100

Color Harmonies of #F24015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24015

Black with #F24015

Text Example


Text Example

White with #F24015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24015; }

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

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

background-color css

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

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

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

border-color css

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

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

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