Html Css Color HEX #F24107 Orange Red

📋 copy color: '#F24107'

red 242 ◦ green 65 ◦ blue 7

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

Shades of Orange Red #F24107

Tints of Orange Red #F24107

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

 BLUE value IS 7 (3.13% from 255) = 2.23%

R = 77.07%
G = 20.7%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F24107 (or 0xF24107) is known color: Orange Red. HEX triplet: F2, 41 and 07. RGB value is (242,65,7). Sum of RGB (Red+Green+Blue) = 242+65+7=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F24107 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24107 is #0DBEF8. Grayscale: #6F6F6F. Windows color (decimal): -900857 or 475634. OLE color: 475634.

HSL color Cylindrical-coordinate representation of color #F24107: hue angle of 14.81º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F24107 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 65 7 -
CMYK 0 0.73 0.97 0.05
HSL 14.81º 0.94% 0.49% -
HSV(B) 14.81º 0.97% 0.95% -
XYZ 38.55 22.67 2.55 -
YUV 111.31 69.14 221.22 -
System Red Green Blue C M Y K H S L
Decimal 242 65 7 0 0.73 0.97 0.05 14.81 0.94 0.49
Hex F2 41 7 0 49 61 5 F 5E 31
Octal 362 101 7 0 111 141 5 17 136 61
Binary 11110010 1000001 111 0 1001001 1100001 101 1111 1011110 110001

Color Harmonies of #F24107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24107

Black with #F24107

Text Example


Text Example

White with #F24107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24107; }

 p { color: rgb(242,65,7); }

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

background-color css

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

 a { background-color: rgb(242,65,7); }

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

border-color css

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

 span { border-color: rgb(242,65,7); }

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