Html Css Color HEX #F0A910 Dark Tangerine

📋 copy color: '#F0A910'

red 240 ◦ green 169 ◦ blue 16

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

Shades of Dark Tangerine #F0A910

Tints of Dark Tangerine #F0A910

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.76%

 BLUE value IS 16 (6.64% from 255) = 3.76%

R = 56.47%
G = 39.76%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0A910 (or 0xF0A910) is known color: Dark Tangerine. HEX triplet: F0, A9 and 10. RGB value is (240,169,16). Sum of RGB (Red+Green+Blue) = 240+169+16=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A910 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A910 is #0F56EF. Grayscale: #ADADAD. Windows color (decimal): -1005296 or 1092080. OLE color: 1092080.

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

Color convert

RGB 240 169 16 -
CMYK 0 0.30 0.93 0.06
HSL 40.98º 0.88% 0.5% -
HSV(B) 40.98º 0.93% 0.94% -
XYZ 50.22 46.94 6.9 -
YUV 172.79 39.52 175.94 -
System Red Green Blue C M Y K H S L
Decimal 240 169 16 0 0.30 0.93 0.06 40.98 0.88 0.5
Hex F0 A9 10 0 1E 5D 6 29 58 32
Octal 360 251 20 0 36 135 6 51 130 62
Binary 11110000 10101001 10000 0 11110 1011101 110 101001 1011000 110010

Color Harmonies of #F0A910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A910

Black with #F0A910

Text Example


Text Example

White with #F0A910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A910; }

 p { color: rgb(240,169,16); }

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

background-color css

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

 a { background-color: rgb(240,169,16); }

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

border-color css

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

 span { border-color: rgb(240,169,16); }

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