Html Css Color HEX #F8A616 Dark Tangerine

📋 copy color: '#F8A616'

red 248 ◦ green 166 ◦ blue 22

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

Shades of Dark Tangerine #F8A616

Tints of Dark Tangerine #F8A616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.05%

R = 56.88%
G = 38.07%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F8A616 (or 0xF8A616) is known color: Dark Tangerine. HEX triplet: F8, A6 and 16. RGB value is (248,166,22). Sum of RGB (Red+Green+Blue) = 248+166+22=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A616 is #0759E9. Grayscale: #AEAEAE. Windows color (decimal): -481770 or 1484536. OLE color: 1484536.

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

Color convert

RGB 248 166 22 -
CMYK 0 0.33 0.91 0.03
HSL 38.23º 0.94% 0.53% -
HSV(B) 38.23º 0.91% 0.97% -
XYZ 52.49 47.29 7.12 -
YUV 174.1 42.17 180.71 -
System Red Green Blue C M Y K H S L
Decimal 248 166 22 0 0.33 0.91 0.03 38.23 0.94 0.53
Hex F8 A6 16 0 21 5B 3 26 5E 35
Octal 370 246 26 0 41 133 3 46 136 65
Binary 11111000 10100110 10110 0 100001 1011011 11 100110 1011110 110101

Color Harmonies of #F8A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A616

Black with #F8A616

Text Example


Text Example

White with #F8A616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A616; }

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

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

background-color css

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

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

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

border-color css

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

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

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