Html Css Color HEX #F8A618 Dark Tangerine

📋 copy color: '#F8A618'

red 248 ◦ green 166 ◦ blue 24

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

Shades of Dark Tangerine #F8A618

Tints of Dark Tangerine #F8A618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.48%

R = 56.62%
G = 37.9%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8A618 (or 0xF8A618) is known color: Dark Tangerine. HEX triplet: F8, A6 and 18. RGB value is (248,166,24). Sum of RGB (Red+Green+Blue) = 248+166+24=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A618 is #0759E7. Grayscale: #AEAEAE. Windows color (decimal): -481768 or 1615608. OLE color: 1615608.

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

Color convert

RGB 248 166 24 -
CMYK 0 0.33 0.90 0.03
HSL 38.04º 0.94% 0.53% -
HSV(B) 38.04º 0.9% 0.97% -
XYZ 52.51 47.29 7.23 -
YUV 174.33 43.17 180.55 -
System Red Green Blue C M Y K H S L
Decimal 248 166 24 0 0.33 0.90 0.03 38.04 0.94 0.53
Hex F8 A6 18 0 21 5A 3 26 5E 35
Octal 370 246 30 0 41 132 3 46 136 65
Binary 11111000 10100110 11000 0 100001 1011010 11 100110 1011110 110101

Color Harmonies of #F8A618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A618

Black with #F8A618

Text Example


Text Example

White with #F8A618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A618; }

 p { color: rgb(248,166,24); }

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

background-color css

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

 a { background-color: rgb(248,166,24); }

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

border-color css

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

 span { border-color: rgb(248,166,24); }

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