Html Css Color HEX #F8AD14 Dark Tangerine

📋 copy color: '#F8AD14'

red 248 ◦ green 173 ◦ blue 20

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

Shades of Dark Tangerine #F8AD14

Tints of Dark Tangerine #F8AD14

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.23%

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

R = 56.24%
G = 39.23%
B = 4.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8AD14 (or 0xF8AD14) is known color: Dark Tangerine. HEX triplet: F8, AD and 14. RGB value is (248,173,20). Sum of RGB (Red+Green+Blue) = 248+173+20=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AD14 is #0752EB. Grayscale: #B2B2B2. Windows color (decimal): -479980 or 1355256. OLE color: 1355256.

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

Color convert

RGB 248 173 20 -
CMYK 0 0.30 0.92 0.03
HSL 40.26º 0.94% 0.53% -
HSV(B) 40.26º 0.92% 0.97% -
XYZ 53.78 49.89 7.46 -
YUV 177.98 38.85 177.94 -
System Red Green Blue C M Y K H S L
Decimal 248 173 20 0 0.30 0.92 0.03 40.26 0.94 0.53
Hex F8 AD 14 0 1E 5C 3 28 5E 35
Octal 370 255 24 0 36 134 3 50 136 65
Binary 11111000 10101101 10100 0 11110 1011100 11 101000 1011110 110101

Color Harmonies of #F8AD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AD14

Black with #F8AD14

Text Example


Text Example

White with #F8AD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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