Html Css Color HEX #F0390A Orange Red

📋 copy color: '#F0390A'

red 240 ◦ green 57 ◦ blue 10

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

Shades of Orange Red #F0390A

Tints of Orange Red #F0390A

RGB

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

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

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

R = 78.18%
G = 18.57%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0390A (or 0xF0390A) is known color: Orange Red. HEX triplet: F0, 39 and 0A. RGB value is (240,57,10). Sum of RGB (Red+Green+Blue) = 240+57+10=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F0390A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0390A is #0FC6F5. Grayscale: #6A6A6A. Windows color (decimal): -1033974 or 670192. OLE color: 670192.

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

Color convert

RGB 240 57 10 -
CMYK 0 0.76 0.96 0.06
HSL 12.26º 0.92% 0.49% -
HSV(B) 12.26º 0.96% 0.94% -
XYZ 37.45 21.47 2.46 -
YUV 106.36 73.63 223.32 -
System Red Green Blue C M Y K H S L
Decimal 240 57 10 0 0.76 0.96 0.06 12.26 0.92 0.49
Hex F0 39 A 0 4C 60 6 C 5C 31
Octal 360 71 12 0 114 140 6 14 134 61
Binary 11110000 111001 1010 0 1001100 1100000 110 1100 1011100 110001

Color Harmonies of #F0390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0390A

Black with #F0390A

Text Example


Text Example

White with #F0390A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0390A; }

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

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

background-color css

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

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

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

border-color css

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

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

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