Html Css Color HEX #F0A919 Dark Tangerine

📋 copy color: '#F0A919'

red 240 ◦ green 169 ◦ blue 25

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

Shades of Dark Tangerine #F0A919

Tints of Dark Tangerine #F0A919

RGB

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

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

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

R = 55.3%
G = 38.94%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F0A919 (or 0xF0A919) is known color: Dark Tangerine. HEX triplet: F0, A9 and 19. RGB value is (240,169,25). Sum of RGB (Red+Green+Blue) = 240+169+25=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 25 (10.16% from 255 or 5.76% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A919 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A919 is #0F56E6. Grayscale: #AEAEAE. Windows color (decimal): -1005287 or 1681904. OLE color: 1681904.

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

Color convert

RGB 240 169 25 -
CMYK 0 0.30 0.90 0.06
HSL 40.19º 0.88% 0.52% -
HSV(B) 40.19º 0.9% 0.94% -
XYZ 50.3 46.97 7.34 -
YUV 173.81 44.02 175.21 -
System Red Green Blue C M Y K H S L
Decimal 240 169 25 0 0.30 0.90 0.06 40.19 0.88 0.52
Hex F0 A9 19 0 1E 5A 6 28 58 34
Octal 360 251 31 0 36 132 6 50 130 64
Binary 11110000 10101001 11001 0 11110 1011010 110 101000 1011000 110100

Color Harmonies of #F0A919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A919

Black with #F0A919

Text Example


Text Example

White with #F0A919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A919; }

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

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

background-color css

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

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

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

border-color css

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

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

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