Html Css Color HEX #F8A11D Dark Tangerine

📋 copy color: '#F8A11D'

red 248 ◦ green 161 ◦ blue 29

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

Shades of Dark Tangerine #F8A11D

Tints of Dark Tangerine #F8A11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.62%

R = 56.62%
G = 36.76%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8A11D (or 0xF8A11D) is known color: Dark Tangerine. HEX triplet: F8, A1 and 1D. RGB value is (248,161,29). Sum of RGB (Red+Green+Blue) = 248+161+29=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A11D is #075EE2. Grayscale: #ACACAC. Windows color (decimal): -483043 or 1942008. OLE color: 1942008.

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

Color convert

RGB 248 161 29 -
CMYK 0 0.35 0.88 0.03
HSL 36.16º 0.94% 0.54% -
HSV(B) 36.16º 0.88% 0.97% -
XYZ 51.68 45.53 7.23 -
YUV 171.97 47.32 182.23 -
System Red Green Blue C M Y K H S L
Decimal 248 161 29 0 0.35 0.88 0.03 36.16 0.94 0.54
Hex F8 A1 1D 0 23 58 3 24 5E 36
Octal 370 241 35 0 43 130 3 44 136 66
Binary 11111000 10100001 11101 0 100011 1011000 11 100100 1011110 110110

Color Harmonies of #F8A11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A11D

Black with #F8A11D

Text Example


Text Example

White with #F8A11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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