Html Css Color HEX #F0410A Orange Red

📋 copy color: '#F0410A'

red 240 ◦ green 65 ◦ blue 10

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

Shades of Orange Red #F0410A

Tints of Orange Red #F0410A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.17%

R = 76.19%
G = 20.63%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0410A (or 0xF0410A) is known color: Orange Red. HEX triplet: F0, 41 and 0A. RGB value is (240,65,10). Sum of RGB (Red+Green+Blue) = 240+65+10=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F0410A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0410A is #0FBEF5. Grayscale: #6F6F6F. Windows color (decimal): -1031926 or 672240. OLE color: 672240.

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

Color convert

RGB 240 65 10 -
CMYK 0 0.73 0.96 0.06
HSL 14.35º 0.92% 0.49% -
HSV(B) 14.35º 0.96% 0.94% -
XYZ 37.88 22.33 2.6 -
YUV 111.06 70.98 219.97 -
System Red Green Blue C M Y K H S L
Decimal 240 65 10 0 0.73 0.96 0.06 14.35 0.92 0.49
Hex F0 41 A 0 49 60 6 E 5C 31
Octal 360 101 12 0 111 140 6 16 134 61
Binary 11110000 1000001 1010 0 1001001 1100000 110 1110 1011100 110001

Color Harmonies of #F0410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0410A

Black with #F0410A

Text Example


Text Example

White with #F0410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0410A; }

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

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

background-color css

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

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

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

border-color css

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

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

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