Html Css Color HEX #F0910A Tangerine

📋 copy color: '#F0910A'

red 240 ◦ green 145 ◦ blue 10

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

Shades of Tangerine #F0910A

Tints of Tangerine #F0910A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

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

R = 60.76%
G = 36.71%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0910A (or 0xF0910A) is known color: Tangerine. HEX triplet: F0, 91 and 0A. RGB value is (240,145,10). Sum of RGB (Red+Green+Blue) = 240+145+10=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F0910A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0910A is #0F6EF5. Grayscale: #9E9E9E. Windows color (decimal): -1011446 or 692720. OLE color: 692720.

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

Color convert

RGB 240 145 10 -
CMYK 0 0.40 0.96 0.06
HSL 35.22º 0.92% 0.49% -
HSV(B) 35.22º 0.96% 0.94% -
XYZ 46.12 38.8 5.35 -
YUV 158.02 44.47 186.48 -
System Red Green Blue C M Y K H S L
Decimal 240 145 10 0 0.40 0.96 0.06 35.22 0.92 0.49
Hex F0 91 A 0 28 60 6 23 5C 31
Octal 360 221 12 0 50 140 6 43 134 61
Binary 11110000 10010001 1010 0 101000 1100000 110 100011 1011100 110001

Color Harmonies of #F0910A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0910A

Black with #F0910A

Text Example


Text Example

White with #F0910A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0910A; }

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

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

background-color css

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

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

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

border-color css

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

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

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