Html Css Color HEX #F8B210 Dark Tangerine

📋 copy color: '#F8B210'

red 248 ◦ green 178 ◦ blue 16

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

Shades of Dark Tangerine #F8B210

Tints of Dark Tangerine #F8B210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.27%

 BLUE value IS 16 (6.64% from 255) = 3.62%

R = 56.11%
G = 40.27%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8B210 (or 0xF8B210) is known color: Dark Tangerine. HEX triplet: F8, B2 and 10. RGB value is (248,178,16). Sum of RGB (Red+Green+Blue) = 248+178+16=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8B210 is #074DEF. Grayscale: #B5B5B5. Windows color (decimal): -478704 or 1094392. OLE color: 1094392.

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

Color convert

RGB 248 178 16 -
CMYK 0 0.28 0.94 0.03
HSL 41.9º 0.94% 0.52% -
HSV(B) 41.9º 0.94% 0.97% -
XYZ 54.73 51.83 7.61 -
YUV 180.46 35.19 176.17 -
System Red Green Blue C M Y K H S L
Decimal 248 178 16 0 0.28 0.94 0.03 41.9 0.94 0.52
Hex F8 B2 10 0 1C 5E 3 2A 5E 34
Octal 370 262 20 0 34 136 3 52 136 64
Binary 11111000 10110010 10000 0 11100 1011110 11 101010 1011110 110100

Color Harmonies of #F8B210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B210

Black with #F8B210

Text Example


Text Example

White with #F8B210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B210; }

 p { color: rgb(248,178,16); }

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

background-color css

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

 a { background-color: rgb(248,178,16); }

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

border-color css

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

 span { border-color: rgb(248,178,16); }

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