Html Css Color HEX #F0A619 Dark Tangerine

📋 copy color: '#F0A619'

red 240 ◦ green 166 ◦ blue 25

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

Shades of Dark Tangerine #F0A619

Tints of Dark Tangerine #F0A619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.8%

R = 55.68%
G = 38.52%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F0A619 (or 0xF0A619) is known color: Dark Tangerine. HEX triplet: F0, A6 and 19. RGB value is (240,166,25). Sum of RGB (Red+Green+Blue) = 240+166+25=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A619 is #0F59E6. Grayscale: #ACACAC. Windows color (decimal): -1006055 or 1681136. OLE color: 1681136.

HSL color Cylindrical-coordinate representation of color #F0A619: hue angle of 39.35º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0A619 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 166 25 -
CMYK 0 0.31 0.90 0.06
HSL 39.35º 0.88% 0.52% -
HSV(B) 39.35º 0.9% 0.94% -
XYZ 49.75 45.87 7.15 -
YUV 172.05 45.02 176.46 -
System Red Green Blue C M Y K H S L
Decimal 240 166 25 0 0.31 0.90 0.06 39.35 0.88 0.52
Hex F0 A6 19 0 1F 5A 6 27 58 34
Octal 360 246 31 0 37 132 6 47 130 64
Binary 11110000 10100110 11001 0 11111 1011010 110 100111 1011000 110100

Color Harmonies of #F0A619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A619

Black with #F0A619

Text Example


Text Example

White with #F0A619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A619; }

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

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

background-color css

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

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

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

border-color css

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

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

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