Html Css Color HEX #FFB117 Dark Tangerine

📋 copy color: '#FFB117'

red 255 ◦ green 177 ◦ blue 23

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

Shades of Dark Tangerine #FFB117

Tints of Dark Tangerine #FFB117

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.9%

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

R = 56.04%
G = 38.9%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFB117 (or 0xFFB117) is known color: Dark Tangerine. HEX triplet: FF, B1 and 17. RGB value is (255,177,23). Sum of RGB (Red+Green+Blue) = 255+177+23=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 23 (9.38% from 255 or 5.05% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB117 is #004EE8. Grayscale: #B7B7B7. Windows color (decimal): -20201 or 1552895. OLE color: 1552895.

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

Color convert

RGB 255 177 23 -
CMYK 0 0.31 0.91 0
HSL 39.83º 1% 0.55% -
HSV(B) 39.83º 0.91% 1% -
XYZ 57.12 52.77 7.99 -
YUV 182.77 37.84 179.52 -
System Red Green Blue C M Y K H S L
Decimal 255 177 23 0 0.31 0.91 0 39.83 1 0.55
Hex FF B1 17 0 1F 5B 0 28 64 37
Octal 377 261 27 0 37 133 0 50 144 67
Binary 11111111 10110001 10111 0 11111 1011011 0 101000 1100100 110111

Color Harmonies of #FFB117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB117

Black with #FFB117

Text Example


Text Example

White with #FFB117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB117; }

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

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

background-color css

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

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

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

border-color css

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

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

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