Html Css Color HEX #F8A31F Dark Tangerine

📋 copy color: '#F8A31F'

red 248 ◦ green 163 ◦ blue 31

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

Shades of Dark Tangerine #F8A31F

Tints of Dark Tangerine #F8A31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.01%

R = 56.11%
G = 36.88%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8A31F (or 0xF8A31F) is known color: Dark Tangerine. HEX triplet: F8, A3 and 1F. RGB value is (248,163,31). Sum of RGB (Red+Green+Blue) = 248+163+31=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 31 (12.5% from 255 or 7.01% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A31F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A31F is #075CE0. Grayscale: #ADADAD. Windows color (decimal): -482529 or 2073592. OLE color: 2073592.

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

Color convert

RGB 248 163 31 -
CMYK 0 0.34 0.88 0.03
HSL 36.5º 0.94% 0.55% -
HSV(B) 36.5º 0.88% 0.97% -
XYZ 52.06 46.25 7.48 -
YUV 173.37 47.66 181.23 -
System Red Green Blue C M Y K H S L
Decimal 248 163 31 0 0.34 0.88 0.03 36.5 0.94 0.55
Hex F8 A3 1F 0 22 58 3 24 5E 37
Octal 370 243 37 0 42 130 3 44 136 67
Binary 11111000 10100011 11111 0 100010 1011000 11 100100 1011110 110111

Color Harmonies of #F8A31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A31F

Black with #F8A31F

Text Example


Text Example

White with #F8A31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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