Html Css Color HEX #F0390E Orange Red

📋 copy color: '#F0390E'

red 240 ◦ green 57 ◦ blue 14

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

Shades of Orange Red #F0390E

Tints of Orange Red #F0390E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

 BLUE value IS 14 (5.86% from 255) = 4.5%

R = 77.17%
G = 18.33%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0390E (or 0xF0390E) is known color: Orange Red. HEX triplet: F0, 39 and 0E. RGB value is (240,57,14). Sum of RGB (Red+Green+Blue) = 240+57+14=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F0390E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0390E is #0FC6F1. Grayscale: #6B6B6B. Windows color (decimal): -1033970 or 932336. OLE color: 932336.

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

Color convert

RGB 240 57 14 -
CMYK 0 0.76 0.94 0.06
HSL 11.42º 0.89% 0.5% -
HSV(B) 11.42º 0.94% 0.94% -
XYZ 37.48 21.48 2.59 -
YUV 106.82 75.63 223 -
System Red Green Blue C M Y K H S L
Decimal 240 57 14 0 0.76 0.94 0.06 11.42 0.89 0.5
Hex F0 39 E 0 4C 5E 6 B 59 32
Octal 360 71 16 0 114 136 6 13 131 62
Binary 11110000 111001 1110 0 1001100 1011110 110 1011 1011001 110010

Color Harmonies of #F0390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0390E

Black with #F0390E

Text Example


Text Example

White with #F0390E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0390E; }

 p { color: rgb(240,57,14); }

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

background-color css

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

 a { background-color: rgb(240,57,14); }

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

border-color css

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

 span { border-color: rgb(240,57,14); }

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