Html Css Color HEX #F8A614 Dark Tangerine

📋 copy color: '#F8A614'

red 248 ◦ green 166 ◦ blue 20

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

Shades of Dark Tangerine #F8A614

Tints of Dark Tangerine #F8A614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.61%

R = 57.14%
G = 38.25%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8A614 (or 0xF8A614) is known color: Dark Tangerine. HEX triplet: F8, A6 and 14. RGB value is (248,166,20). Sum of RGB (Red+Green+Blue) = 248+166+20=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A614 is #0759EB. Grayscale: #AEAEAE. Windows color (decimal): -481772 or 1353464. OLE color: 1353464.

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

Color convert

RGB 248 166 20 -
CMYK 0 0.33 0.92 0.03
HSL 38.42º 0.94% 0.53% -
HSV(B) 38.42º 0.92% 0.97% -
XYZ 52.47 47.28 7.02 -
YUV 173.87 41.17 180.87 -
System Red Green Blue C M Y K H S L
Decimal 248 166 20 0 0.33 0.92 0.03 38.42 0.94 0.53
Hex F8 A6 14 0 21 5C 3 26 5E 35
Octal 370 246 24 0 41 134 3 46 136 65
Binary 11111000 10100110 10100 0 100001 1011100 11 100110 1011110 110101

Color Harmonies of #F8A614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A614

Black with #F8A614

Text Example


Text Example

White with #F8A614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A614; }

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

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

background-color css

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

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

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

border-color css

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

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

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