Html Css Color HEX #F8A313 Dark Tangerine

📋 copy color: '#F8A313'

red 248 ◦ green 163 ◦ blue 19

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

Shades of Dark Tangerine #F8A313

Tints of Dark Tangerine #F8A313

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.91%

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

R = 57.67%
G = 37.91%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8A313 (or 0xF8A313) is known color: Dark Tangerine. HEX triplet: F8, A3 and 13. RGB value is (248,163,19). Sum of RGB (Red+Green+Blue) = 248+163+19=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A313 is #075CEC. Grayscale: #ACACAC. Windows color (decimal): -482541 or 1287160. OLE color: 1287160.

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

Color convert

RGB 248 163 19 -
CMYK 0 0.34 0.92 0.03
HSL 37.73º 0.94% 0.52% -
HSV(B) 37.73º 0.92% 0.97% -
XYZ 51.93 46.2 6.8 -
YUV 172 41.66 182.21 -
System Red Green Blue C M Y K H S L
Decimal 248 163 19 0 0.34 0.92 0.03 37.73 0.94 0.52
Hex F8 A3 13 0 22 5C 3 26 5E 34
Octal 370 243 23 0 42 134 3 46 136 64
Binary 11111000 10100011 10011 0 100010 1011100 11 100110 1011110 110100

Color Harmonies of #F8A313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A313

Black with #F8A313

Text Example


Text Example

White with #F8A313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A313; }

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

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

background-color css

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

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

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

border-color css

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

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

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