Html Css Color HEX #F8A90E Dark Tangerine

📋 copy color: '#F8A90E'

red 248 ◦ green 169 ◦ blue 14

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

Shades of Dark Tangerine #F8A90E

Tints of Dark Tangerine #F8A90E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.21%

 BLUE value IS 14 (5.86% from 255) = 3.25%

R = 57.54%
G = 39.21%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8A90E (or 0xF8A90E) is known color: Dark Tangerine. HEX triplet: F8, A9 and 0E. RGB value is (248,169,14). Sum of RGB (Red+Green+Blue) = 248+169+14=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A90E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A90E is #0756F1. Grayscale: #AFAFAF. Windows color (decimal): -481010 or 961016. OLE color: 961016.

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

Color convert

RGB 248 169 14 -
CMYK 0 0.32 0.94 0.03
HSL 39.74º 0.94% 0.51% -
HSV(B) 39.74º 0.94% 0.97% -
XYZ 52.98 48.36 6.96 -
YUV 174.95 37.17 180.1 -
System Red Green Blue C M Y K H S L
Decimal 248 169 14 0 0.32 0.94 0.03 39.74 0.94 0.51
Hex F8 A9 E 0 20 5E 3 28 5E 33
Octal 370 251 16 0 40 136 3 50 136 63
Binary 11111000 10101001 1110 0 100000 1011110 11 101000 1011110 110011

Color Harmonies of #F8A90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A90E

Black with #F8A90E

Text Example


Text Example

White with #F8A90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A90E; }

 p { color: rgb(248,169,14); }

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

background-color css

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

 a { background-color: rgb(248,169,14); }

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

border-color css

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

 span { border-color: rgb(248,169,14); }

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