Html Css Color HEX #F8A510 Dark Tangerine

📋 copy color: '#F8A510'

red 248 ◦ green 165 ◦ blue 16

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

Shades of Dark Tangerine #F8A510

Tints of Dark Tangerine #F8A510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.46%

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

R = 57.81%
G = 38.46%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8A510 (or 0xF8A510) is known color: Dark Tangerine. HEX triplet: F8, A5 and 10. RGB value is (248,165,16). Sum of RGB (Red+Green+Blue) = 248+165+16=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A510 is #075AEF. Grayscale: #ADADAD. Windows color (decimal): -482032 or 1091064. OLE color: 1091064.

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

Color convert

RGB 248 165 16 -
CMYK 0 0.33 0.94 0.03
HSL 38.53º 0.94% 0.52% -
HSV(B) 38.53º 0.94% 0.97% -
XYZ 52.26 46.9 6.79 -
YUV 172.83 39.5 181.62 -
System Red Green Blue C M Y K H S L
Decimal 248 165 16 0 0.33 0.94 0.03 38.53 0.94 0.52
Hex F8 A5 10 0 21 5E 3 27 5E 34
Octal 370 245 20 0 41 136 3 47 136 64
Binary 11111000 10100101 10000 0 100001 1011110 11 100111 1011110 110100

Color Harmonies of #F8A510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A510

Black with #F8A510

Text Example


Text Example

White with #F8A510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A510; }

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

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

background-color css

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

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

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

border-color css

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

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

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