Html Css Color HEX #F0A615 Dark Tangerine

📋 copy color: '#F0A615'

red 240 ◦ green 166 ◦ blue 21

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

Shades of Dark Tangerine #F0A615

Tints of Dark Tangerine #F0A615

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.88%

 BLUE value IS 21 (8.59% from 255) = 4.92%

R = 56.21%
G = 38.88%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0A615 (or 0xF0A615) is known color: Dark Tangerine. HEX triplet: F0, A6 and 15. RGB value is (240,166,21). Sum of RGB (Red+Green+Blue) = 240+166+21=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A615 is #0F59EA. Grayscale: #ACACAC. Windows color (decimal): -1006059 or 1418992. OLE color: 1418992.

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

Color convert

RGB 240 166 21 -
CMYK 0 0.31 0.91 0.06
HSL 39.73º 0.88% 0.51% -
HSV(B) 39.73º 0.91% 0.94% -
XYZ 49.71 45.85 6.94 -
YUV 171.6 43.02 176.79 -
System Red Green Blue C M Y K H S L
Decimal 240 166 21 0 0.31 0.91 0.06 39.73 0.88 0.51
Hex F0 A6 15 0 1F 5B 6 28 58 33
Octal 360 246 25 0 37 133 6 50 130 63
Binary 11110000 10100110 10101 0 11111 1011011 110 101000 1011000 110011

Color Harmonies of #F0A615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A615

Black with #F0A615

Text Example


Text Example

White with #F0A615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A615; }

 p { color: rgb(240,166,21); }

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

background-color css

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

 a { background-color: rgb(240,166,21); }

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

border-color css

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

 span { border-color: rgb(240,166,21); }

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