Html Css Color HEX #F04107 Orange Red

📋 copy color: '#F04107'

red 240 ◦ green 65 ◦ blue 7

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

Shades of Orange Red #F04107

Tints of Orange Red #F04107

RGB

 RED value IS 240 (94.14% from 255) = 76.92%

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

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

R = 76.92%
G = 20.83%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F04107 (or 0xF04107) is known color: Orange Red. HEX triplet: F0, 41 and 07. RGB value is (240,65,7). Sum of RGB (Red+Green+Blue) = 240+65+7=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F04107 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04107 is #0FBEF8. Grayscale: #6F6F6F. Windows color (decimal): -1031929 or 475632. OLE color: 475632.

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

Color convert

RGB 240 65 7 -
CMYK 0 0.73 0.97 0.06
HSL 14.94º 0.94% 0.48% -
HSV(B) 14.94º 0.97% 0.94% -
XYZ 37.86 22.32 2.51 -
YUV 110.71 69.48 220.22 -
System Red Green Blue C M Y K H S L
Decimal 240 65 7 0 0.73 0.97 0.06 14.94 0.94 0.48
Hex F0 41 7 0 49 61 6 F 5E 30
Octal 360 101 7 0 111 141 6 17 136 60
Binary 11110000 1000001 111 0 1001001 1100001 110 1111 1011110 110000

Color Harmonies of #F04107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04107

Black with #F04107

Text Example


Text Example

White with #F04107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04107; }

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

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

background-color css

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

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

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

border-color css

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

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

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