Html Css Color HEX #F8A919 Dark Tangerine

📋 copy color: '#F8A919'

red 248 ◦ green 169 ◦ blue 25

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

Shades of Dark Tangerine #F8A919

Tints of Dark Tangerine #F8A919

RGB

 RED value IS 248 (97.27% from 255) = 56.11%

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

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

R = 56.11%
G = 38.24%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8A919 (or 0xF8A919) is known color: Dark Tangerine. HEX triplet: F8, A9 and 19. RGB value is (248,169,25). Sum of RGB (Red+Green+Blue) = 248+169+25=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 25 (10.16% from 255 or 5.66% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A919 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A919 is #0756E6. Grayscale: #B0B0B0. Windows color (decimal): -480999 or 1681912. OLE color: 1681912.

HSL color Cylindrical-coordinate representation of color #F8A919: hue angle of 38.74º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8A919 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 169 25 -
CMYK 0 0.32 0.90 0.03
HSL 38.74º 0.94% 0.54% -
HSV(B) 38.74º 0.9% 0.97% -
XYZ 53.07 48.4 7.46 -
YUV 176.21 42.67 179.21 -
System Red Green Blue C M Y K H S L
Decimal 248 169 25 0 0.32 0.90 0.03 38.74 0.94 0.54
Hex F8 A9 19 0 20 5A 3 27 5E 36
Octal 370 251 31 0 40 132 3 47 136 66
Binary 11111000 10101001 11001 0 100000 1011010 11 100111 1011110 110110

Color Harmonies of #F8A919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A919

Black with #F8A919

Text Example


Text Example

White with #F8A919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A919; }

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

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

background-color css

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

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

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

border-color css

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

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

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