Html Css Color HEX #F24713 Orange Red

📋 copy color: '#F24713'

red 242 ◦ green 71 ◦ blue 19

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

Shades of Orange Red #F24713

Tints of Orange Red #F24713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.39%

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

R = 72.89%
G = 21.39%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F24713 (or 0xF24713) is known color: Orange Red. HEX triplet: F2, 47 and 13. RGB value is (242,71,19). Sum of RGB (Red+Green+Blue) = 242+71+19=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F24713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24713 is #0DB8EC. Grayscale: #747474. Windows color (decimal): -899309 or 1263602. OLE color: 1263602.

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

Color convert

RGB 242 71 19 -
CMYK 0 0.71 0.92 0.05
HSL 13.99º 0.9% 0.51% -
HSV(B) 13.99º 0.92% 0.95% -
XYZ 38.99 23.43 3.08 -
YUV 116.2 73.15 217.73 -
System Red Green Blue C M Y K H S L
Decimal 242 71 19 0 0.71 0.92 0.05 13.99 0.9 0.51
Hex F2 47 13 0 47 5C 5 E 5A 33
Octal 362 107 23 0 107 134 5 16 132 63
Binary 11110010 1000111 10011 0 1000111 1011100 101 1110 1011010 110011

Color Harmonies of #F24713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24713

Black with #F24713

Text Example


Text Example

White with #F24713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24713; }

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

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

background-color css

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

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

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

border-color css

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

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

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