Html Css Color HEX #FFB113 Dark Tangerine

📋 copy color: '#FFB113'

red 255 ◦ green 177 ◦ blue 19

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

Shades of Dark Tangerine #FFB113

Tints of Dark Tangerine #FFB113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.21%

R = 56.54%
G = 39.25%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFB113 (or 0xFFB113) is known color: Dark Tangerine. HEX triplet: FF, B1 and 13. RGB value is (255,177,19). Sum of RGB (Red+Green+Blue) = 255+177+19=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB113 is #004EEC. Grayscale: #B7B7B7. Windows color (decimal): -20205 or 1290751. OLE color: 1290751.

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

Color convert

RGB 255 177 19 -
CMYK 0 0.31 0.93 0
HSL 40.17º 1% 0.54% -
HSV(B) 40.17º 0.93% 1% -
XYZ 57.08 52.75 7.79 -
YUV 182.31 35.84 179.85 -
System Red Green Blue C M Y K H S L
Decimal 255 177 19 0 0.31 0.93 0 40.17 1 0.54
Hex FF B1 13 0 1F 5D 0 28 64 36
Octal 377 261 23 0 37 135 0 50 144 66
Binary 11111111 10110001 10011 0 11111 1011101 0 101000 1100100 110110

Color Harmonies of #FFB113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB113

Black with #FFB113

Text Example


Text Example

White with #FFB113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB113; }

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

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

background-color css

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

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

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

border-color css

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

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

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