Html Css Color HEX #F0A810 Dark Tangerine

📋 copy color: '#F0A810'

red 240 ◦ green 168 ◦ blue 16

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

Shades of Dark Tangerine #F0A810

Tints of Dark Tangerine #F0A810

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.62%

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

R = 56.6%
G = 39.62%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0A810 (or 0xF0A810) is known color: Dark Tangerine. HEX triplet: F0, A8 and 10. RGB value is (240,168,16). Sum of RGB (Red+Green+Blue) = 240+168+16=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A810 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A810 is #0F57EF. Grayscale: #ACACAC. Windows color (decimal): -1005552 or 1091824. OLE color: 1091824.

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

Color convert

RGB 240 168 16 -
CMYK 0 0.3 0.93 0.06
HSL 40.71º 0.88% 0.5% -
HSV(B) 40.71º 0.93% 0.94% -
XYZ 50.03 46.57 6.84 -
YUV 172.2 39.85 176.36 -
System Red Green Blue C M Y K H S L
Decimal 240 168 16 0 0.3 0.93 0.06 40.71 0.88 0.5
Hex F0 A8 10 0 1E 5D 6 29 58 32
Octal 360 250 20 0 36 135 6 51 130 62
Binary 11110000 10101000 10000 0 11110 1011101 110 101001 1011000 110010

Color Harmonies of #F0A810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A810

Black with #F0A810

Text Example


Text Example

White with #F0A810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A810; }

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

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

background-color css

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

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

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

border-color css

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

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

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