Html Css Color HEX #FFBA14 Dark Tangerine

📋 copy color: '#FFBA14'

red 255 ◦ green 186 ◦ blue 20

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

Shades of Dark Tangerine #FFBA14

Tints of Dark Tangerine #FFBA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.35%

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

R = 55.31%
G = 40.35%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFBA14 (or 0xFFBA14) is known color: Dark Tangerine. HEX triplet: FF, BA and 14. RGB value is (255,186,20). Sum of RGB (Red+Green+Blue) = 255+186+20=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA14 is #0045EB. Grayscale: #BCBCBC. Windows color (decimal): -17900 or 1358591. OLE color: 1358591.

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

Color convert

RGB 255 186 20 -
CMYK 0 0.27 0.92 0
HSL 42.38º 1% 0.54% -
HSV(B) 42.38º 0.92% 1% -
XYZ 58.93 56.43 8.45 -
YUV 187.71 33.36 176 -
System Red Green Blue C M Y K H S L
Decimal 255 186 20 0 0.27 0.92 0 42.38 1 0.54
Hex FF BA 14 0 1B 5C 0 2A 64 36
Octal 377 272 24 0 33 134 0 52 144 66
Binary 11111111 10111010 10100 0 11011 1011100 0 101010 1100100 110110

Color Harmonies of #FFBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA14

Black with #FFBA14

Text Example


Text Example

White with #FFBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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