Html Css Color HEX #FFB315 Dark Tangerine

📋 copy color: '#FFB315'

red 255 ◦ green 179 ◦ blue 21

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

Shades of Dark Tangerine #FFB315

Tints of Dark Tangerine #FFB315

RGB

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

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

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

R = 56.04%
G = 39.34%
B = 4.62%

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

#FFB315 (or 0xFFB315) is known color: Dark Tangerine. HEX triplet: FF, B3 and 15. RGB value is (255,179,21). Sum of RGB (Red+Green+Blue) = 255+179+21=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 21 (8.59% from 255 or 4.62% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB315 is #004CEA. Grayscale: #B8B8B8. Windows color (decimal): -19691 or 1422335. OLE color: 1422335.

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

Color convert

RGB 255 179 21 -
CMYK 0 0.30 0.92 0
HSL 40.51º 1% 0.54% -
HSV(B) 40.51º 0.92% 1% -
XYZ 57.5 53.55 8.02 -
YUV 183.71 36.18 178.85 -
System Red Green Blue C M Y K H S L
Decimal 255 179 21 0 0.30 0.92 0 40.51 1 0.54
Hex FF B3 15 0 1E 5C 0 29 64 36
Octal 377 263 25 0 36 134 0 51 144 66
Binary 11111111 10110011 10101 0 11110 1011100 0 101001 1100100 110110

Color Harmonies of #FFB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB315

Black with #FFB315

Text Example


Text Example

White with #FFB315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB315; }

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

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

background-color css

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

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

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

border-color css

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

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

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