Html Css Color HEX #FFB114 Dark Tangerine

📋 copy color: '#FFB114'

red 255 ◦ green 177 ◦ blue 20

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

Shades of Dark Tangerine #FFB114

Tints of Dark Tangerine #FFB114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.42%

R = 56.42%
G = 39.16%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFB114 (or 0xFFB114) is known color: Dark Tangerine. HEX triplet: FF, B1 and 14. RGB value is (255,177,20). Sum of RGB (Red+Green+Blue) = 255+177+20=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB114 is #004EEB. Grayscale: #B7B7B7. Windows color (decimal): -20204 or 1356287. OLE color: 1356287.

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

Color convert

RGB 255 177 20 -
CMYK 0 0.31 0.92 0
HSL 40.09º 1% 0.54% -
HSV(B) 40.09º 0.92% 1% -
XYZ 57.09 52.75 7.84 -
YUV 182.42 36.34 179.77 -
System Red Green Blue C M Y K H S L
Decimal 255 177 20 0 0.31 0.92 0 40.09 1 0.54
Hex FF B1 14 0 1F 5C 0 28 64 36
Octal 377 261 24 0 37 134 0 50 144 66
Binary 11111111 10110001 10100 0 11111 1011100 0 101000 1100100 110110

Color Harmonies of #FFB114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB114

Black with #FFB114

Text Example


Text Example

White with #FFB114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB114; }

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

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

background-color css

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

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

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

border-color css

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

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

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