Html Css Color HEX #F8AD15 Dark Tangerine

📋 copy color: '#F8AD15'

red 248 ◦ green 173 ◦ blue 21

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

Shades of Dark Tangerine #F8AD15

Tints of Dark Tangerine #F8AD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.75%

R = 56.11%
G = 39.14%
B = 4.75%

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

#F8AD15 (or 0xF8AD15) is known color: Dark Tangerine. HEX triplet: F8, AD and 15. RGB value is (248,173,21). Sum of RGB (Red+Green+Blue) = 248+173+21=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AD15 is #0752EA. Grayscale: #B2B2B2. Windows color (decimal): -479979 or 1420792. OLE color: 1420792.

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

Color convert

RGB 248 173 21 -
CMYK 0 0.30 0.92 0.03
HSL 40.18º 0.94% 0.53% -
HSV(B) 40.18º 0.92% 0.97% -
XYZ 53.79 49.9 7.51 -
YUV 178.1 39.35 177.86 -
System Red Green Blue C M Y K H S L
Decimal 248 173 21 0 0.30 0.92 0.03 40.18 0.94 0.53
Hex F8 AD 15 0 1E 5C 3 28 5E 35
Octal 370 255 25 0 36 134 3 50 136 65
Binary 11111000 10101101 10101 0 11110 1011100 11 101000 1011110 110101

Color Harmonies of #F8AD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AD15

Black with #F8AD15

Text Example


Text Example

White with #F8AD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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