Html Css Color HEX #F8A511 Dark Tangerine

📋 copy color: '#F8A511'

red 248 ◦ green 165 ◦ blue 17

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

Shades of Dark Tangerine #F8A511

Tints of Dark Tangerine #F8A511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.95%

R = 57.67%
G = 38.37%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F8A511 (or 0xF8A511) is known color: Dark Tangerine. HEX triplet: F8, A5 and 11. RGB value is (248,165,17). Sum of RGB (Red+Green+Blue) = 248+165+17=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A511 is #075AEE. Grayscale: #ADADAD. Windows color (decimal): -482031 or 1156600. OLE color: 1156600.

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

Color convert

RGB 248 165 17 -
CMYK 0 0.33 0.93 0.03
HSL 38.44º 0.94% 0.52% -
HSV(B) 38.44º 0.93% 0.97% -
XYZ 52.27 46.91 6.83 -
YUV 172.95 40 181.53 -
System Red Green Blue C M Y K H S L
Decimal 248 165 17 0 0.33 0.93 0.03 38.44 0.94 0.52
Hex F8 A5 11 0 21 5D 3 26 5E 34
Octal 370 245 21 0 41 135 3 46 136 64
Binary 11111000 10100101 10001 0 100001 1011101 11 100110 1011110 110100

Color Harmonies of #F8A511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A511

Black with #F8A511

Text Example


Text Example

White with #F8A511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A511; }

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

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

background-color css

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

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

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

border-color css

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

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

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