Html Css Color HEX #FFB215 Dark Tangerine

📋 copy color: '#FFB215'

red 255 ◦ green 178 ◦ blue 21

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

Shades of Dark Tangerine #FFB215

Tints of Dark Tangerine #FFB215

RGB

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

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

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

R = 56.17%
G = 39.21%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFB215 (or 0xFFB215) is known color: Dark Tangerine. HEX triplet: FF, B2 and 15. RGB value is (255,178,21). Sum of RGB (Red+Green+Blue) = 255+178+21=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 21 (8.59% from 255 or 4.63% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB215 is #004DEA. Grayscale: #B7B7B7. Windows color (decimal): -19947 or 1422079. OLE color: 1422079.

HSL color Cylindrical-coordinate representation of color #FFB215: hue angle of 40.26º 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 #FFB215 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 255 178 21 -
CMYK 0 0.30 0.92 0
HSL 40.26º 1% 0.54% -
HSV(B) 40.26º 0.92% 1% -
XYZ 57.3 53.15 7.95 -
YUV 183.13 36.51 179.27 -
System Red Green Blue C M Y K H S L
Decimal 255 178 21 0 0.30 0.92 0 40.26 1 0.54
Hex FF B2 15 0 1E 5C 0 28 64 36
Octal 377 262 25 0 36 134 0 50 144 66
Binary 11111111 10110010 10101 0 11110 1011100 0 101000 1100100 110110

Color Harmonies of #FFB215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB215

Black with #FFB215

Text Example


Text Example

White with #FFB215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB215; }

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

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

background-color css

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

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

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

border-color css

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

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

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