Html Css Color HEX #F24705 Orange Red

📋 copy color: '#F24705'

red 242 ◦ green 71 ◦ blue 5

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

Shades of Orange Red #F24705

Tints of Orange Red #F24705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 76.1%
G = 22.33%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F24705 (or 0xF24705) is known color: Orange Red. HEX triplet: F2, 47 and 05. RGB value is (242,71,5). Sum of RGB (Red+Green+Blue) = 242+71+5=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F24705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24705 is #0DB8FA. Grayscale: #737373. Windows color (decimal): -899323 or 346098. OLE color: 346098.

HSL color Cylindrical-coordinate representation of color #F24705: hue angle of 16.71º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F24705 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 71 5 -
CMYK 0 0.71 0.98 0.05
HSL 16.71º 0.96% 0.48% -
HSV(B) 16.71º 0.98% 0.95% -
XYZ 38.9 23.39 2.61 -
YUV 114.61 66.15 218.87 -
System Red Green Blue C M Y K H S L
Decimal 242 71 5 0 0.71 0.98 0.05 16.71 0.96 0.48
Hex F2 47 5 0 47 62 5 11 60 30
Octal 362 107 5 0 107 142 5 21 140 60
Binary 11110010 1000111 101 0 1000111 1100010 101 10001 1100000 110000

Color Harmonies of #F24705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24705

Black with #F24705

Text Example


Text Example

White with #F24705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24705; }

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

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

background-color css

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

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

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

border-color css

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

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

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