Html Css Color HEX #F8A310 Dark Tangerine

📋 copy color: '#F8A310'

red 248 ◦ green 163 ◦ blue 16

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

Shades of Dark Tangerine #F8A310

Tints of Dark Tangerine #F8A310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.17%

 BLUE value IS 16 (6.64% from 255) = 3.75%

R = 58.08%
G = 38.17%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8A310 (or 0xF8A310) is known color: Dark Tangerine. HEX triplet: F8, A3 and 10. RGB value is (248,163,16). Sum of RGB (Red+Green+Blue) = 248+163+16=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A310 is #075CEF. Grayscale: #ACACAC. Windows color (decimal): -482544 or 1090552. OLE color: 1090552.

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

Color convert

RGB 248 163 16 -
CMYK 0 0.34 0.94 0.03
HSL 38.02º 0.94% 0.52% -
HSV(B) 38.02º 0.94% 0.97% -
XYZ 51.9 46.19 6.67 -
YUV 171.66 40.16 182.45 -
System Red Green Blue C M Y K H S L
Decimal 248 163 16 0 0.34 0.94 0.03 38.02 0.94 0.52
Hex F8 A3 10 0 22 5E 3 26 5E 34
Octal 370 243 20 0 42 136 3 46 136 64
Binary 11111000 10100011 10000 0 100010 1011110 11 100110 1011110 110100

Color Harmonies of #F8A310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A310

Black with #F8A310

Text Example


Text Example

White with #F8A310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A310; }

 p { color: rgb(248,163,16); }

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

background-color css

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

 a { background-color: rgb(248,163,16); }

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

border-color css

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

 span { border-color: rgb(248,163,16); }

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