Html Css Color HEX #F8A018 Dark Tangerine

📋 copy color: '#F8A018'

red 248 ◦ green 160 ◦ blue 24

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

Shades of Dark Tangerine #F8A018

Tints of Dark Tangerine #F8A018

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.04%

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

R = 57.41%
G = 37.04%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8A018 (or 0xF8A018) is known color: Dark Tangerine. HEX triplet: F8, A0 and 18. RGB value is (248,160,24). Sum of RGB (Red+Green+Blue) = 248+160+24=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 24 (9.77% from 255 or 5.56% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A018 is #075FE7. Grayscale: #ABABAB. Windows color (decimal): -483304 or 1614072. OLE color: 1614072.

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

Color convert

RGB 248 160 24 -
CMYK 0 0.35 0.90 0.03
HSL 36.43º 0.94% 0.53% -
HSV(B) 36.43º 0.9% 0.97% -
XYZ 51.45 45.16 6.87 -
YUV 170.81 45.15 183.06 -
System Red Green Blue C M Y K H S L
Decimal 248 160 24 0 0.35 0.90 0.03 36.43 0.94 0.53
Hex F8 A0 18 0 23 5A 3 24 5E 35
Octal 370 240 30 0 43 132 3 44 136 65
Binary 11111000 10100000 11000 0 100011 1011010 11 100100 1011110 110101

Color Harmonies of #F8A018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A018

Black with #F8A018

Text Example


Text Example

White with #F8A018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A018; }

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

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

background-color css

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

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

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

border-color css

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

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

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