Html Css Color HEX #FFB915 Dark Tangerine

📋 copy color: '#FFB915'

red 255 ◦ green 185 ◦ blue 21

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

Shades of Dark Tangerine #FFB915

Tints of Dark Tangerine #FFB915

RGB

 RED value IS 255 (100% from 255) = 55.31%

 GREEN value IS 185 (72.66% from 255) = 40.13%

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

R = 55.31%
G = 40.13%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFB915 (or 0xFFB915) is known color: Dark Tangerine. HEX triplet: FF, B9 and 15. RGB value is (255,185,21). Sum of RGB (Red+Green+Blue) = 255+185+21=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 21 (8.59% from 255 or 4.56% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB915 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB915 is #0046EA. Grayscale: #BBBBBB. Windows color (decimal): -18155 or 1423871. OLE color: 1423871.

HSL color Cylindrical-coordinate representation of color #FFB915: hue angle of 42.05º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFB915 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 255 185 21 -
CMYK 0 0.27 0.92 0
HSL 42.05º 1% 0.54% -
HSV(B) 42.05º 0.92% 1% -
XYZ 58.72 56.01 8.43 -
YUV 187.23 34.19 176.34 -
System Red Green Blue C M Y K H S L
Decimal 255 185 21 0 0.27 0.92 0 42.05 1 0.54
Hex FF B9 15 0 1B 5C 0 2A 64 36
Octal 377 271 25 0 33 134 0 52 144 66
Binary 11111111 10111001 10101 0 11011 1011100 0 101010 1100100 110110

Color Harmonies of #FFB915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB915

Black with #FFB915

Text Example


Text Example

White with #FFB915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB915; }

 p { color: rgb(255,185,21); }

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

background-color css

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

 a { background-color: rgb(255,185,21); }

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

border-color css

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

 span { border-color: rgb(255,185,21); }

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