Html Css Color HEX #F6B315 Dark Tangerine

📋 copy color: '#F6B315'

red 246 ◦ green 179 ◦ blue 21

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

Shades of Dark Tangerine #F6B315

Tints of Dark Tangerine #F6B315

RGB

 RED value IS 246 (96.48% from 255) = 55.16%

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

 BLUE value IS 21 (8.59% from 255) = 4.71%

R = 55.16%
G = 40.13%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F6B315 (or 0xF6B315) is known color: Dark Tangerine. HEX triplet: F6, B3 and 15. RGB value is (246,179,21). Sum of RGB (Red+Green+Blue) = 246+179+21=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6B315 is #094CEA. Grayscale: #B5B5B5. Windows color (decimal): -609515 or 1422326. OLE color: 1422326.

HSL color Cylindrical-coordinate representation of color #F6B315: hue angle of 42.13º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6B315 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 179 21 -
CMYK 0 0.27 0.91 0.04
HSL 42.13º 0.93% 0.52% -
HSV(B) 42.13º 0.91% 0.96% -
XYZ 54.26 51.89 7.86 -
YUV 181.02 37.7 174.35 -
System Red Green Blue C M Y K H S L
Decimal 246 179 21 0 0.27 0.91 0.04 42.13 0.93 0.52
Hex F6 B3 15 0 1B 5B 4 2A 5D 34
Octal 366 263 25 0 33 133 4 52 135 64
Binary 11110110 10110011 10101 0 11011 1011011 100 101010 1011101 110100

Color Harmonies of #F6B315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B315

Black with #F6B315

Text Example


Text Example

White with #F6B315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B315; }

 p { color: rgb(246,179,21); }

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

background-color css

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

 a { background-color: rgb(246,179,21); }

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

border-color css

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

 span { border-color: rgb(246,179,21); }

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