Html Css Color HEX #F8A113 Dark Tangerine

📋 copy color: '#F8A113'

red 248 ◦ green 161 ◦ blue 19

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

Shades of Dark Tangerine #F8A113

Tints of Dark Tangerine #F8A113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.44%

R = 57.94%
G = 37.62%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8A113 (or 0xF8A113) is known color: Dark Tangerine. HEX triplet: F8, A1 and 13. RGB value is (248,161,19). Sum of RGB (Red+Green+Blue) = 248+161+19=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 19 (7.81% from 255 or 4.44% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A113 is #075EEC. Grayscale: #ABABAB. Windows color (decimal): -483053 or 1286648. OLE color: 1286648.

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

Color convert

RGB 248 161 19 -
CMYK 0 0.35 0.92 0.03
HSL 37.21º 0.94% 0.52% -
HSV(B) 37.21º 0.92% 0.97% -
XYZ 51.57 45.49 6.68 -
YUV 170.83 42.32 183.05 -
System Red Green Blue C M Y K H S L
Decimal 248 161 19 0 0.35 0.92 0.03 37.21 0.94 0.52
Hex F8 A1 13 0 23 5C 3 25 5E 34
Octal 370 241 23 0 43 134 3 45 136 64
Binary 11111000 10100001 10011 0 100011 1011100 11 100101 1011110 110100

Color Harmonies of #F8A113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A113

Black with #F8A113

Text Example


Text Example

White with #F8A113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A113; }

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

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

background-color css

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

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

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

border-color css

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

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

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