Html Css Color HEX #F8B314 Dark Tangerine

📋 copy color: '#F8B314'

red 248 ◦ green 179 ◦ blue 20

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

Shades of Dark Tangerine #F8B314

Tints of Dark Tangerine #F8B314

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.04%

 BLUE value IS 20 (8.2% from 255) = 4.47%

R = 55.48%
G = 40.04%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8B314 (or 0xF8B314) is known color: Dark Tangerine. HEX triplet: F8, B3 and 14. RGB value is (248,179,20). Sum of RGB (Red+Green+Blue) = 248+179+20=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 20 (8.20% from 255 or 4.47% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8B314 is #074CEB. Grayscale: #B6B6B6. Windows color (decimal): -478444 or 1356792. OLE color: 1356792.

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

Color convert

RGB 248 179 20 -
CMYK 0 0.28 0.92 0.03
HSL 41.84º 0.94% 0.53% -
HSV(B) 41.84º 0.92% 0.97% -
XYZ 54.96 52.25 7.85 -
YUV 181.51 36.86 175.43 -
System Red Green Blue C M Y K H S L
Decimal 248 179 20 0 0.28 0.92 0.03 41.84 0.94 0.53
Hex F8 B3 14 0 1C 5C 3 2A 5E 35
Octal 370 263 24 0 34 134 3 52 136 65
Binary 11111000 10110011 10100 0 11100 1011100 11 101010 1011110 110101

Color Harmonies of #F8B314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B314

Black with #F8B314

Text Example


Text Example

White with #F8B314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B314; }

 p { color: rgb(248,179,20); }

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

background-color css

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

 a { background-color: rgb(248,179,20); }

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

border-color css

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

 span { border-color: rgb(248,179,20); }

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