Html Css Color HEX #F0A716 Dark Tangerine

📋 copy color: '#F0A716'

red 240 ◦ green 167 ◦ blue 22

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

Shades of Dark Tangerine #F0A716

Tints of Dark Tangerine #F0A716

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.93%

 BLUE value IS 22 (8.98% from 255) = 5.13%

R = 55.94%
G = 38.93%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0A716 (or 0xF0A716) is known color: Dark Tangerine. HEX triplet: F0, A7 and 16. RGB value is (240,167,22). Sum of RGB (Red+Green+Blue) = 240+167+22=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A716 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A716 is #0F58E9. Grayscale: #ACACAC. Windows color (decimal): -1005802 or 1484784. OLE color: 1484784.

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

Color convert

RGB 240 167 22 -
CMYK 0 0.30 0.91 0.06
HSL 39.91º 0.88% 0.51% -
HSV(B) 39.91º 0.91% 0.94% -
XYZ 49.9 46.22 7.05 -
YUV 172.3 43.18 176.29 -
System Red Green Blue C M Y K H S L
Decimal 240 167 22 0 0.30 0.91 0.06 39.91 0.88 0.51
Hex F0 A7 16 0 1E 5B 6 28 58 33
Octal 360 247 26 0 36 133 6 50 130 63
Binary 11110000 10100111 10110 0 11110 1011011 110 101000 1011000 110011

Color Harmonies of #F0A716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A716

Black with #F0A716

Text Example


Text Example

White with #F0A716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A716; }

 p { color: rgb(240,167,22); }

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

background-color css

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

 a { background-color: rgb(240,167,22); }

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

border-color css

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

 span { border-color: rgb(240,167,22); }

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