Html Css Color HEX #F8A111 Dark Tangerine

📋 copy color: '#F8A111'

red 248 ◦ green 161 ◦ blue 17

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

Shades of Dark Tangerine #F8A111

Tints of Dark Tangerine #F8A111

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.79%

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

R = 58.22%
G = 37.79%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F8A111 (or 0xF8A111) is known color: Dark Tangerine. HEX triplet: F8, A1 and 11. RGB value is (248,161,17). Sum of RGB (Red+Green+Blue) = 248+161+17=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A111 is #075EEE. Grayscale: #ABABAB. Windows color (decimal): -483055 or 1155576. OLE color: 1155576.

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

Color convert

RGB 248 161 17 -
CMYK 0 0.35 0.93 0.03
HSL 37.4º 0.94% 0.52% -
HSV(B) 37.4º 0.93% 0.97% -
XYZ 51.56 45.49 6.59 -
YUV 170.6 41.32 183.21 -
System Red Green Blue C M Y K H S L
Decimal 248 161 17 0 0.35 0.93 0.03 37.4 0.94 0.52
Hex F8 A1 11 0 23 5D 3 25 5E 34
Octal 370 241 21 0 43 135 3 45 136 64
Binary 11111000 10100001 10001 0 100011 1011101 11 100101 1011110 110100

Color Harmonies of #F8A111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A111

Black with #F8A111

Text Example


Text Example

White with #F8A111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A111; }

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

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

background-color css

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

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

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

border-color css

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

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

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