Html Css Color HEX #F0400A Orange Red

📋 copy color: '#F0400A'

red 240 ◦ green 64 ◦ blue 10

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

Shades of Orange Red #F0400A

Tints of Orange Red #F0400A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.38%

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

R = 76.43%
G = 20.38%
B = 3.18%

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

#F0400A (or 0xF0400A) is known color: Orange Red. HEX triplet: F0, 40 and 0A. RGB value is (240,64,10). Sum of RGB (Red+Green+Blue) = 240+64+10=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F0400A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0400A is #0FBFF5. Grayscale: #6E6E6E. Windows color (decimal): -1032182 or 671984. OLE color: 671984.

HSL color Cylindrical-coordinate representation of color #F0400A: hue angle of 14.09º 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 #F0400A is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 64 10 -
CMYK 0 0.73 0.96 0.06
HSL 14.09º 0.92% 0.49% -
HSV(B) 14.09º 0.96% 0.94% -
XYZ 37.82 22.21 2.58 -
YUV 110.47 71.31 220.39 -
System Red Green Blue C M Y K H S L
Decimal 240 64 10 0 0.73 0.96 0.06 14.09 0.92 0.49
Hex F0 40 A 0 49 60 6 E 5C 31
Octal 360 100 12 0 111 140 6 16 134 61
Binary 11110000 1000000 1010 0 1001001 1100000 110 1110 1011100 110001

Color Harmonies of #F0400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0400A

Black with #F0400A

Text Example


Text Example

White with #F0400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0400A; }

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

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

background-color css

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

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

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

border-color css

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

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

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