Html Css Color HEX #FFB317 Dark Tangerine

📋 copy color: '#FFB317'

red 255 ◦ green 179 ◦ blue 23

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

Shades of Dark Tangerine #FFB317

Tints of Dark Tangerine #FFB317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.03%

R = 55.8%
G = 39.17%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFB317 (or 0xFFB317) is known color: Dark Tangerine. HEX triplet: FF, B3 and 17. RGB value is (255,179,23). Sum of RGB (Red+Green+Blue) = 255+179+23=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 23 (9.38% from 255 or 5.03% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB317 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB317 is #004CE8. Grayscale: #B8B8B8. Windows color (decimal): -19689 or 1553407. OLE color: 1553407.

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

Color convert

RGB 255 179 23 -
CMYK 0 0.30 0.91 0
HSL 40.34º 1% 0.55% -
HSV(B) 40.34º 0.91% 1% -
XYZ 57.51 53.56 8.12 -
YUV 183.94 37.18 178.68 -
System Red Green Blue C M Y K H S L
Decimal 255 179 23 0 0.30 0.91 0 40.34 1 0.55
Hex FF B3 17 0 1E 5B 0 28 64 37
Octal 377 263 27 0 36 133 0 50 144 67
Binary 11111111 10110011 10111 0 11110 1011011 0 101000 1100100 110111

Color Harmonies of #FFB317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB317

Black with #FFB317

Text Example


Text Example

White with #FFB317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB317; }

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

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

background-color css

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

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

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

border-color css

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

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

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